Html Css Color HEX #A62FAC Dark Orchid

📋 copy color: '#A62FAC'

red 166 ◦ green 47 ◦ blue 172

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

Shades of Dark Orchid #A62FAC

Tints of Dark Orchid #A62FAC

RGB

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

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

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

R = 43.12%
G = 12.21%
B = 44.68%

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

#A62FAC (or 0xA62FAC) is known color: Dark Orchid. HEX triplet: A6, 2F and AC. RGB value is (166,47,172). Sum of RGB (Red+Green+Blue) = 166+47+172=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #A62FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62FAC is #59D053. Grayscale: #606060. Windows color (decimal): -5886036 or 11284390. OLE color: 11284390.

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

Color convert

RGB 166 47 172 -
CMYK 0.03 0.73 0 0.33
HSL 297.12º 0.57% 0.43% -
HSV(B) 297.12º 0.73% 0.67% -
XYZ 24.19 13.12 40.29 -
YUV 96.83 170.42 177.34 -
System Red Green Blue C M Y K H S L
Decimal 166 47 172 0.03 0.73 0 0.33 297.12 0.57 0.43
Hex A6 2F AC 3 49 0 21 129 39 2B
Octal 246 57 254 3 111 0 41 451 71 53
Binary 10100110 101111 10101100 11 1001001 0 100001 100101001 111001 101011

Color Harmonies of #A62FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62FAC

Black with #A62FAC

Text Example


Text Example

White with #A62FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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