Html Css Color HEX #A62EAC Dark Orchid

📋 copy color: '#A62EAC'

red 166 ◦ green 46 ◦ blue 172

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

Shades of Dark Orchid #A62EAC

Tints of Dark Orchid #A62EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.98%

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

R = 43.23%
G = 11.98%
B = 44.79%

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

#A62EAC (or 0xA62EAC) is known color: Dark Orchid. HEX triplet: A6, 2E and AC. RGB value is (166,46,172). Sum of RGB (Red+Green+Blue) = 166+46+172=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 46 (18.36% from 255 or 11.98% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #A62EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62EAC is #59D153. Grayscale: #5F5F5F. Windows color (decimal): -5886292 or 11284134. OLE color: 11284134.

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

Color convert

RGB 166 46 172 -
CMYK 0.03 0.73 0 0.33
HSL 297.14º 0.58% 0.43% -
HSV(B) 297.14º 0.73% 0.67% -
XYZ 24.15 13.04 40.27 -
YUV 96.24 170.76 177.75 -
System Red Green Blue C M Y K H S L
Decimal 166 46 172 0.03 0.73 0 0.33 297.14 0.58 0.43
Hex A6 2E AC 3 49 0 21 129 3A 2B
Octal 246 56 254 3 111 0 41 451 72 53
Binary 10100110 101110 10101100 11 1001001 0 100001 100101001 111010 101011

Color Harmonies of #A62EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62EAC

Black with #A62EAC

Text Example


Text Example

White with #A62EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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