Html Css Color HEX #A71AAF Dark Orchid

📋 copy color: '#A71AAF'

red 167 ◦ green 26 ◦ blue 175

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

Shades of Dark Orchid #A71AAF

Tints of Dark Orchid #A71AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.55%

R = 45.38%
G = 7.07%
B = 47.55%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A71AAF (or 0xA71AAF) is known color: Dark Orchid. HEX triplet: A7, 1A and AF. RGB value is (167,26,175). Sum of RGB (Red+Green+Blue) = 167+26+175=368 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.38% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 175 - color contains mainly: blue. Hex color #A71AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71AAF is #58E550. Grayscale: #545454. Windows color (decimal): -5825873 or 11475623. OLE color: 11475623.

HSL color Cylindrical-coordinate representation of color #A71AAF: hue angle of 296.78º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A71AAF is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 26 175 -
CMYK 0.05 0.85 0 0.31
HSL 296.78º 0.74% 0.39% -
HSV(B) 296.78º 0.85% 0.69% -
XYZ 24.04 12.05 41.62 -
YUV 85.15 178.71 186.38 -
System Red Green Blue C M Y K H S L
Decimal 167 26 175 0.05 0.85 0 0.31 296.78 0.74 0.39
Hex A7 1A AF 5 55 0 1F 129 4A 27
Octal 247 32 257 5 125 0 37 451 112 47
Binary 10100111 11010 10101111 101 1010101 0 11111 100101001 1001010 100111

Color Harmonies of #A71AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71AAF

Black with #A71AAF

Text Example


Text Example

White with #A71AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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