Html Css Color HEX #A71DAE Dark Orchid

📋 copy color: '#A71DAE'

red 167 ◦ green 29 ◦ blue 174

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

Shades of Dark Orchid #A71DAE

Tints of Dark Orchid #A71DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.03%

R = 45.14%
G = 7.84%
B = 47.03%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A71DAE (or 0xA71DAE) is known color: Dark Orchid. HEX triplet: A7, 1D and AE. RGB value is (167,29,174). Sum of RGB (Red+Green+Blue) = 167+29+174=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 29 (11.72% from 255 or 7.84% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #A71DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71DAE is #58E251. Grayscale: #565656. Windows color (decimal): -5825106 or 11410855. OLE color: 11410855.

HSL color Cylindrical-coordinate representation of color #A71DAE: hue angle of 297.1º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A71DAE is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 29 174 -
CMYK 0.04 0.83 0 0.32
HSL 297.1º 0.71% 0.4% -
HSV(B) 297.1º 0.83% 0.68% -
XYZ 24.02 12.15 41.12 -
YUV 86.79 177.22 185.21 -
System Red Green Blue C M Y K H S L
Decimal 167 29 174 0.04 0.83 0 0.32 297.1 0.71 0.4
Hex A7 1D AE 4 53 0 20 129 47 28
Octal 247 35 256 4 123 0 40 451 107 50
Binary 10100111 11101 10101110 100 1010011 0 100000 100101001 1000111 101000

Color Harmonies of #A71DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71DAE

Black with #A71DAE

Text Example


Text Example

White with #A71DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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