Html Css Color HEX #A71AAC Dark Orchid

📋 copy color: '#A71AAC'

red 167 ◦ green 26 ◦ blue 172

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

Shades of Dark Orchid #A71AAC

Tints of Dark Orchid #A71AAC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.12%

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

R = 45.75%
G = 7.12%
B = 47.12%

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

#A71AAC (or 0xA71AAC) is known color: Dark Orchid. HEX triplet: A7, 1A and AC. RGB value is (167,26,172). Sum of RGB (Red+Green+Blue) = 167+26+172=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #A71AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71AAC is #58E553. Grayscale: #545454. Windows color (decimal): -5825876 or 11279015. OLE color: 11279015.

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

Color convert

RGB 167 26 172 -
CMYK 0.03 0.85 0 0.33
HSL 297.95º 0.74% 0.39% -
HSV(B) 297.95º 0.85% 0.67% -
XYZ 23.75 11.93 40.08 -
YUV 84.8 177.21 186.63 -
System Red Green Blue C M Y K H S L
Decimal 167 26 172 0.03 0.85 0 0.33 297.95 0.74 0.39
Hex A7 1A AC 3 55 0 21 12A 4A 27
Octal 247 32 254 3 125 0 41 452 112 47
Binary 10100111 11010 10101100 11 1010101 0 100001 100101010 1001010 100111

Color Harmonies of #A71AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71AAC

Black with #A71AAC

Text Example


Text Example

White with #A71AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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