Html Css Color HEX #A71EC9 Dark Orchid

📋 copy color: '#A71EC9'

red 167 ◦ green 30 ◦ blue 201

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

Shades of Dark Orchid #A71EC9

Tints of Dark Orchid #A71EC9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.54%

 BLUE value IS 201 (78.91% from 255) = 50.5%

R = 41.96%
G = 7.54%
B = 50.5%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A71EC9 (or 0xA71EC9) is known color: Dark Orchid. HEX triplet: A7, 1E and C9. RGB value is (167,30,201). Sum of RGB (Red+Green+Blue) = 167+30+201=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 30 (12.11% from 255 or 7.54% from 398); Blue value is 201 (78.91% from 255 or 50.50% from 398); Max value from RGB is 201 - color contains mainly: blue. Hex color #A71EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71EC9 is #58E136. Grayscale: #595959. Windows color (decimal): -5824823 or 13180583. OLE color: 13180583.

HSL color Cylindrical-coordinate representation of color #A71EC9: hue angle of 288.07º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A71EC9 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 167 30 201 -
CMYK 0.17 0.85 0 0.21
HSL 288.07º 0.74% 0.45% -
HSV(B) 288.07º 0.85% 0.79% -
XYZ 26.94 13.36 56.42 -
YUV 90.46 190.39 182.6 -
System Red Green Blue C M Y K H S L
Decimal 167 30 201 0.17 0.85 0 0.21 288.07 0.74 0.45
Hex A7 1E C9 11 55 0 15 120 4A 2D
Octal 247 36 311 21 125 0 25 440 112 55
Binary 10100111 11110 11001001 10001 1010101 0 10101 100100000 1001010 101101

Color Harmonies of #A71EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71EC9

Black with #A71EC9

Text Example


Text Example

White with #A71EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71EC9; }

 p { color: rgb(167,30,201); }

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

background-color css

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

 a { background-color: rgb(167,30,201); }

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

border-color css

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

 span { border-color: rgb(167,30,201); }

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