Html Css Color HEX #A71EC7 Dark Orchid

📋 copy color: '#A71EC7'

red 167 ◦ green 30 ◦ blue 199

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

Shades of Dark Orchid #A71EC7

Tints of Dark Orchid #A71EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 50.25%

R = 42.17%
G = 7.58%
B = 50.25%

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

#A71EC7 (or 0xA71EC7) is known color: Dark Orchid. HEX triplet: A7, 1E and C7. RGB value is (167,30,199). Sum of RGB (Red+Green+Blue) = 167+30+199=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 30 (12.11% from 255 or 7.58% from 396); Blue value is 199 (78.12% from 255 or 50.25% from 396); Max value from RGB is 199 - color contains mainly: blue. Hex color #A71EC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71EC7 is #58E138. Grayscale: #595959. Windows color (decimal): -5824825 or 13049511. OLE color: 13049511.

HSL color Cylindrical-coordinate representation of color #A71EC7: hue angle of 288.64º 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 #A71EC7 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 167 30 199 -
CMYK 0.16 0.85 0 0.22
HSL 288.64º 0.74% 0.45% -
HSV(B) 288.64º 0.85% 0.78% -
XYZ 26.71 13.27 55.19 -
YUV 90.23 189.39 182.76 -
System Red Green Blue C M Y K H S L
Decimal 167 30 199 0.16 0.85 0 0.22 288.64 0.74 0.45
Hex A7 1E C7 10 55 0 16 121 4A 2D
Octal 247 36 307 20 125 0 26 441 112 55
Binary 10100111 11110 11000111 10000 1010101 0 10110 100100001 1001010 101101

Color Harmonies of #A71EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71EC7

Black with #A71EC7

Text Example


Text Example

White with #A71EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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