Html Css Color HEX #A71EDB Dark Orchid

📋 copy color: '#A71EDB'

red 167 ◦ green 30 ◦ blue 219

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

Shades of Dark Orchid #A71EDB

Tints of Dark Orchid #A71EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.64%

R = 40.14%
G = 7.21%
B = 52.64%

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

#A71EDB (or 0xA71EDB) is known color: Dark Orchid. HEX triplet: A7, 1E and DB. RGB value is (167,30,219). Sum of RGB (Red+Green+Blue) = 167+30+219=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 30 (12.11% from 255 or 7.21% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #A71EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71EDB is #58E124. Grayscale: #5B5B5B. Windows color (decimal): -5824805 or 14360231. OLE color: 14360231.

HSL color Cylindrical-coordinate representation of color #A71EDB: hue angle of 283.49º 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 #A71EDB is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 30 219 -
CMYK 0.24 0.86 0 0.14
HSL 283.49º 0.76% 0.49% -
HSV(B) 283.49º 0.86% 0.86% -
XYZ 29.19 14.26 68.23 -
YUV 92.51 199.39 181.13 -
System Red Green Blue C M Y K H S L
Decimal 167 30 219 0.24 0.86 0 0.14 283.49 0.76 0.49
Hex A7 1E DB 18 56 0 E 11B 4C 31
Octal 247 36 333 30 126 0 16 433 114 61
Binary 10100111 11110 11011011 11000 1010110 0 1110 100011011 1001100 110001

Color Harmonies of #A71EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71EDB

Black with #A71EDB

Text Example


Text Example

White with #A71EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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