Html Css Color HEX #A71EC8 Dark Orchid

📋 copy color: '#A71EC8'

red 167 ◦ green 30 ◦ blue 200

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

Shades of Dark Orchid #A71EC8

Tints of Dark Orchid #A71EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 50.38%

R = 42.07%
G = 7.56%
B = 50.38%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A71EC8 (or 0xA71EC8) is known color: Dark Orchid. HEX triplet: A7, 1E and C8. RGB value is (167,30,200). Sum of RGB (Red+Green+Blue) = 167+30+200=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 30 (12.11% from 255 or 7.56% from 397); Blue value is 200 (78.52% from 255 or 50.38% from 397); Max value from RGB is 200 - color contains mainly: blue. Hex color #A71EC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71EC8 is #58E137. Grayscale: #595959. Windows color (decimal): -5824824 or 13115047. OLE color: 13115047.

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

Color convert

RGB 167 30 200 -
CMYK 0.16 0.85 0 0.22
HSL 288.35º 0.74% 0.45% -
HSV(B) 288.35º 0.85% 0.78% -
XYZ 26.83 13.31 55.8 -
YUV 90.34 189.89 182.68 -
System Red Green Blue C M Y K H S L
Decimal 167 30 200 0.16 0.85 0 0.22 288.35 0.74 0.45
Hex A7 1E C8 10 55 0 16 120 4A 2D
Octal 247 36 310 20 125 0 26 440 112 55
Binary 10100111 11110 11001000 10000 1010101 0 10110 100100000 1001010 101101

Color Harmonies of #A71EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71EC8

Black with #A71EC8

Text Example


Text Example

White with #A71EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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