Html Css Color HEX #A62BAC Dark Orchid

📋 copy color: '#A62BAC'

red 166 ◦ green 43 ◦ blue 172

#A62BAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A62BAC

Tints of Dark Orchid #A62BAC

RGB

 RED value IS 166 (65.23% from 255) = 43.57%

 GREEN value IS 43 (17.19% from 255) = 11.29%

 BLUE value IS 172 (67.58% from 255) = 45.14%

R = 43.57%
G = 11.29%
B = 45.14%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A62BAC (or 0xA62BAC) is known color: Dark Orchid. HEX triplet: A6, 2B and AC. RGB value is (166,43,172). Sum of RGB (Red+Green+Blue) = 166+43+172=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #A62BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62BAC is #59D453. Grayscale: #5E5E5E. Windows color (decimal): -5887060 or 11283366. OLE color: 11283366.

HSL color Cylindrical-coordinate representation of color #A62BAC: hue angle of 297.21º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A62BAC is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 43 172 -
CMYK 0.03 0.75 0 0.33
HSL 297.21º 0.6% 0.42% -
HSV(B) 297.21º 0.75% 0.67% -
XYZ 24.04 12.81 40.24 -
YUV 94.48 171.75 179.01 -
System Red Green Blue C M Y K H S L
Decimal 166 43 172 0.03 0.75 0 0.33 297.21 0.6 0.42
Hex A6 2B AC 3 4B 0 21 129 3C 2A
Octal 246 53 254 3 113 0 41 451 74 52
Binary 10100110 101011 10101100 11 1001011 0 100001 100101001 111100 101010

Color Harmonies of #A62BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62BAC

Black with #A62BAC

Text Example


Text Example

White with #A62BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62BAC; }

 p { color: rgb(166,43,172); }

 H1.HeaderClassName
 {
   color: #A62BAC;
 }
 .AnyTagClassName
 {
   color: #A62BAC;
 }
</style>

background-color css

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

 a { background-color: rgb(166,43,172); }

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

border-color css

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

 span { border-color: rgb(166,43,172); }

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