#a62fbe

Color #A62FBE Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A62FBE

Tints of Dark Orchid #A62FBE

Color information

#A62FBE (or 0xA62FBE) is unknown color: approx Dark Orchid. HEX triplet: A6, 2F and BE. RGB value is (166,47,190). Sum of RGB (Red+Green+Blue) = 166+47+190=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 47 (18.75% from 255 or 11.66% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #A62FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62FBE is #59D041. Grayscale: #626262. Windows color (decimal): -5886018 or 12464038. OLE color: 12464038.

HSL color Cylindrical-coordinate representation of color #A62FBE: hue angle of 289.93º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A62FBE is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16647190-
CMYK0.130.7500.25
HSL289.93º60.34%46.47%-
HSV(B)289.93º75.26%74.51%-
XYZ26.0413.8650.02-
YUV98.88179.42175.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 41.19%
GREEN value IS 47 (18.75% from 255) = 11.66%
BLUE value IS 190 (74.61% from 255) = 47.15%
R=41.19%
G=11.66%
B=47.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166471900.130.7500.25289.9360.3446.47
HexA62FBED4B0191223c2e
Octal24657276151130314427456
Binary101001101011111011111011011001011011001100100010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a62fbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a62fbe; }

 p { color: rgb(166,47,190); }

 H1.HeaderClassName
 {
   color: #a62fbe;
 }
 .AnyTagClassName
 {
   color: #a62fbe;
 }
</style>
background-color css

<style>
 a { background-color: #a62fbe; }

 a { background-color: rgb(166,47,190); }

 div.DivClassName
 {
   background-color: #a62fbe;
 }
 .BgClassName
 {
   background-color: #a62fbe;
 }
</style>
border-color css

<style>
 span { border-color: #a62fbe; }

 span { border-color: rgb(166,47,190); }

 td.TdClassName
 {
   border-color: #a62fbe;
 }
 .TagClassName
 {
   border-color: #a62fbe;
 }
</style>