Html Css Color HEX #A71EAC Dark Orchid

📋 copy color: '#A71EAC'

red 167 ◦ green 30 ◦ blue 172

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

Shades of Dark Orchid #A71EAC

Tints of Dark Orchid #A71EAC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.13%

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

R = 45.26%
G = 8.13%
B = 46.61%

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

#A71EAC (or 0xA71EAC) is known color: Dark Orchid. HEX triplet: A7, 1E and AC. RGB value is (167,30,172). Sum of RGB (Red+Green+Blue) = 167+30+172=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #A71EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71EAC is #58E153. Grayscale: #565656. Windows color (decimal): -5824852 or 11280039. OLE color: 11280039.

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

Color convert

RGB 167 30 172 -
CMYK 0.03 0.83 0 0.33
HSL 297.89º 0.7% 0.4% -
HSV(B) 297.89º 0.83% 0.67% -
XYZ 23.85 12.12 40.11 -
YUV 87.15 175.89 184.95 -
System Red Green Blue C M Y K H S L
Decimal 167 30 172 0.03 0.83 0 0.33 297.89 0.7 0.4
Hex A7 1E AC 3 53 0 21 12A 46 28
Octal 247 36 254 3 123 0 41 452 106 50
Binary 10100111 11110 10101100 11 1010011 0 100001 100101010 1000110 101000

Color Harmonies of #A71EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71EAC

Black with #A71EAC

Text Example


Text Example

White with #A71EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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