Html Css Color HEX #A62FAB Dark Orchid

📋 copy color: '#A62FAB'

red 166 ◦ green 47 ◦ blue 171

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

Shades of Dark Orchid #A62FAB

Tints of Dark Orchid #A62FAB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.24%

 BLUE value IS 171 (67.19% from 255) = 44.53%

R = 43.23%
G = 12.24%
B = 44.53%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A62FAB (or 0xA62FAB) is known color: Dark Orchid. HEX triplet: A6, 2F and AB. RGB value is (166,47,171). Sum of RGB (Red+Green+Blue) = 166+47+171=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 47 (18.75% from 255 or 12.24% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #A62FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62FAB is #59D054. Grayscale: #606060. Windows color (decimal): -5886037 or 11218854. OLE color: 11218854.

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

Color convert

RGB 166 47 171 -
CMYK 0.03 0.73 0 0.33
HSL 297.58º 0.57% 0.43% -
HSV(B) 297.58º 0.73% 0.67% -
XYZ 24.09 13.08 39.78 -
YUV 96.72 169.92 177.42 -
System Red Green Blue C M Y K H S L
Decimal 166 47 171 0.03 0.73 0 0.33 297.58 0.57 0.43
Hex A6 2F AB 3 49 0 21 12A 39 2B
Octal 246 57 253 3 111 0 41 452 71 53
Binary 10100110 101111 10101011 11 1001001 0 100001 100101010 111001 101011

Color Harmonies of #A62FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62FAB

Black with #A62FAB

Text Example


Text Example

White with #A62FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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