Html Css Color HEX #A71DAC Dark Orchid

📋 copy color: '#A71DAC'

red 167 ◦ green 29 ◦ blue 172

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

Shades of Dark Orchid #A71DAC

Tints of Dark Orchid #A71DAC

RGB

 RED value IS 167 (65.63% from 255) = 45.38%

 GREEN value IS 29 (11.72% from 255) = 7.88%

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

R = 45.38%
G = 7.88%
B = 46.74%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A71DAC (or 0xA71DAC) is known color: Dark Orchid. HEX triplet: A7, 1D and AC. RGB value is (167,29,172). Sum of RGB (Red+Green+Blue) = 167+29+172=368 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.38% from 368); Green value is 29 (11.72% from 255 or 7.88% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #A71DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71DAC is #58E253. Grayscale: #565656. Windows color (decimal): -5825108 or 11279783. OLE color: 11279783.

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

Color convert

RGB 167 29 172 -
CMYK 0.03 0.83 0 0.33
HSL 297.9º 0.71% 0.39% -
HSV(B) 297.9º 0.83% 0.67% -
XYZ 23.82 12.07 40.1 -
YUV 86.56 176.22 185.37 -
System Red Green Blue C M Y K H S L
Decimal 167 29 172 0.03 0.83 0 0.33 297.9 0.71 0.39
Hex A7 1D AC 3 53 0 21 12A 47 27
Octal 247 35 254 3 123 0 41 452 107 47
Binary 10100111 11101 10101100 11 1010011 0 100001 100101010 1000111 100111

Color Harmonies of #A71DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71DAC

Black with #A71DAC

Text Example


Text Example

White with #A71DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71DAC; }

 p { color: rgb(167,29,172); }

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

background-color css

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

 a { background-color: rgb(167,29,172); }

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

border-color css

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

 span { border-color: rgb(167,29,172); }

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