Html Css Color HEX #A62BAA Dark Orchid

📋 copy color: '#A62BAA'

red 166 ◦ green 43 ◦ blue 170

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

Shades of Dark Orchid #A62BAA

Tints of Dark Orchid #A62BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.85%

R = 43.8%
G = 11.35%
B = 44.85%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A62BAA (or 0xA62BAA) is known color: Dark Orchid. HEX triplet: A6, 2B and AA. RGB value is (166,43,170). Sum of RGB (Red+Green+Blue) = 166+43+170=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #A62BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62BAA is #59D455. Grayscale: #5D5D5D. Windows color (decimal): -5887062 or 11152294. OLE color: 11152294.

HSL color Cylindrical-coordinate representation of color #A62BAA: hue angle of 298.11º 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 #A62BAA is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 43 170 -
CMYK 0.02 0.75 0 0.33
HSL 298.11º 0.6% 0.42% -
HSV(B) 298.11º 0.75% 0.67% -
XYZ 23.85 12.74 39.23 -
YUV 94.26 170.75 179.17 -
System Red Green Blue C M Y K H S L
Decimal 166 43 170 0.02 0.75 0 0.33 298.11 0.6 0.42
Hex A6 2B AA 2 4B 0 21 12A 3C 2A
Octal 246 53 252 2 113 0 41 452 74 52
Binary 10100110 101011 10101010 10 1001011 0 100001 100101010 111100 101010

Color Harmonies of #A62BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62BAA

Black with #A62BAA

Text Example


Text Example

White with #A62BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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