Html Css Color HEX #A71EDC Dark Orchid

📋 copy color: '#A71EDC'

red 167 ◦ green 30 ◦ blue 220

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

Shades of Dark Orchid #A71EDC

Tints of Dark Orchid #A71EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.76%

R = 40.05%
G = 7.19%
B = 52.76%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A71EDC (or 0xA71EDC) is known color: Dark Orchid. HEX triplet: A7, 1E and DC. RGB value is (167,30,220). Sum of RGB (Red+Green+Blue) = 167+30+220=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 30 (12.11% from 255 or 7.19% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #A71EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71EDC is #58E123. Grayscale: #5C5C5C. Windows color (decimal): -5824804 or 14425767. OLE color: 14425767.

HSL color Cylindrical-coordinate representation of color #A71EDC: hue angle of 283.26º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A71EDC is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 30 220 -
CMYK 0.24 0.86 0 0.14
HSL 283.26º 0.76% 0.49% -
HSV(B) 283.26º 0.86% 0.86% -
XYZ 29.32 14.31 68.93 -
YUV 92.62 199.89 181.05 -
System Red Green Blue C M Y K H S L
Decimal 167 30 220 0.24 0.86 0 0.14 283.26 0.76 0.49
Hex A7 1E DC 18 56 0 E 11B 4C 31
Octal 247 36 334 30 126 0 16 433 114 61
Binary 10100111 11110 11011100 11000 1010110 0 1110 100011011 1001100 110001

Color Harmonies of #A71EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71EDC

Black with #A71EDC

Text Example


Text Example

White with #A71EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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