Html Css Color HEX #A71CAA Dark Orchid

📋 copy color: '#A71CAA'

red 167 ◦ green 28 ◦ blue 170

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

Shades of Dark Orchid #A71CAA

Tints of Dark Orchid #A71CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.67%

 BLUE value IS 170 (66.8% from 255) = 46.58%

R = 45.75%
G = 7.67%
B = 46.58%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A71CAA (or 0xA71CAA) is known color: Dark Orchid. HEX triplet: A7, 1C and AA. RGB value is (167,28,170). Sum of RGB (Red+Green+Blue) = 167+28+170=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #A71CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71CAA is #58E355. Grayscale: #555555. Windows color (decimal): -5825366 or 11148455. OLE color: 11148455.

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

Color convert

RGB 167 28 170 -
CMYK 0.02 0.84 0 0.33
HSL 298.73º 0.72% 0.39% -
HSV(B) 298.73º 0.84% 0.67% -
XYZ 23.61 11.95 39.09 -
YUV 85.75 175.55 185.95 -
System Red Green Blue C M Y K H S L
Decimal 167 28 170 0.02 0.84 0 0.33 298.73 0.72 0.39
Hex A7 1C AA 2 54 0 21 12B 48 27
Octal 247 34 252 2 124 0 41 453 110 47
Binary 10100111 11100 10101010 10 1010100 0 100001 100101011 1001000 100111

Color Harmonies of #A71CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71CAA

Black with #A71CAA

Text Example


Text Example

White with #A71CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71CAA; }

 p { color: rgb(167,28,170); }

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

background-color css

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

 a { background-color: rgb(167,28,170); }

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

border-color css

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

 span { border-color: rgb(167,28,170); }

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