Html Css Color HEX #A71ACE Dark Orchid

📋 copy color: '#A71ACE'

red 167 ◦ green 26 ◦ blue 206

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

Shades of Dark Orchid #A71ACE

Tints of Dark Orchid #A71ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.63%

R = 41.85%
G = 6.52%
B = 51.63%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A71ACE (or 0xA71ACE) is known color: Dark Orchid. HEX triplet: A7, 1A and CE. RGB value is (167,26,206). Sum of RGB (Red+Green+Blue) = 167+26+206=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 26 (10.55% from 255 or 6.52% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #A71ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71ACE is #58E531. Grayscale: #585858. Windows color (decimal): -5825842 or 13507239. OLE color: 13507239.

HSL color Cylindrical-coordinate representation of color #A71ACE: hue angle of 287º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A71ACE is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 26 206 -
CMYK 0.19 0.87 0 0.19
HSL 287º 0.78% 0.45% -
HSV(B) 287º 0.87% 0.81% -
XYZ 27.45 13.41 59.53 -
YUV 88.68 194.21 183.86 -
System Red Green Blue C M Y K H S L
Decimal 167 26 206 0.19 0.87 0 0.19 287 0.78 0.45
Hex A7 1A CE 13 57 0 13 11F 4E 2D
Octal 247 32 316 23 127 0 23 437 116 55
Binary 10100111 11010 11001110 10011 1010111 0 10011 100011111 1001110 101101

Color Harmonies of #A71ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71ACE

Black with #A71ACE

Text Example


Text Example

White with #A71ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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