Html Css Color HEX #A619AC Dark Orchid

📋 copy color: '#A619AC'

red 166 ◦ green 25 ◦ blue 172

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

Shades of Dark Orchid #A619AC

Tints of Dark Orchid #A619AC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.89%

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

R = 45.73%
G = 6.89%
B = 47.38%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A619AC (or 0xA619AC) is known color: Dark Orchid. HEX triplet: A6, 19 and AC. RGB value is (166,25,172). Sum of RGB (Red+Green+Blue) = 166+25+172=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #A619AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A619AC is #59E653. Grayscale: #535353. Windows color (decimal): -5891668 or 11278758. OLE color: 11278758.

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

Color convert

RGB 166 25 172 -
CMYK 0.03 0.85 0 0.33
HSL 297.55º 0.75% 0.39% -
HSV(B) 297.55º 0.85% 0.67% -
XYZ 23.52 11.78 40.06 -
YUV 83.92 177.71 186.55 -
System Red Green Blue C M Y K H S L
Decimal 166 25 172 0.03 0.85 0 0.33 297.55 0.75 0.39
Hex A6 19 AC 3 55 0 21 12A 4B 27
Octal 246 31 254 3 125 0 41 452 113 47
Binary 10100110 11001 10101100 11 1010101 0 100001 100101010 1001011 100111

Color Harmonies of #A619AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A619AC

Black with #A619AC

Text Example


Text Example

White with #A619AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A619AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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