Html Css Color HEX #A71DDB Dark Orchid

📋 copy color: '#A71DDB'

red 167 ◦ green 29 ◦ blue 219

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

Shades of Dark Orchid #A71DDB

Tints of Dark Orchid #A71DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.99%

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

R = 40.24%
G = 6.99%
B = 52.77%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A71DDB (or 0xA71DDB) is known color: Dark Orchid. HEX triplet: A7, 1D and DB. RGB value is (167,29,219). Sum of RGB (Red+Green+Blue) = 167+29+219=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 29 (11.72% from 255 or 6.99% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #A71DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71DDB is #58E224. Grayscale: #5B5B5B. Windows color (decimal): -5825061 or 14359975. OLE color: 14359975.

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

Color convert

RGB 167 29 219 -
CMYK 0.24 0.87 0 0.14
HSL 283.58º 0.77% 0.49% -
HSV(B) 283.58º 0.87% 0.86% -
XYZ 29.16 14.21 68.22 -
YUV 91.92 199.72 181.55 -
System Red Green Blue C M Y K H S L
Decimal 167 29 219 0.24 0.87 0 0.14 283.58 0.77 0.49
Hex A7 1D DB 18 57 0 E 11C 4D 31
Octal 247 35 333 30 127 0 16 434 115 61
Binary 10100111 11101 11011011 11000 1010111 0 1110 100011100 1001101 110001

Color Harmonies of #A71DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71DDB

Black with #A71DDB

Text Example


Text Example

White with #A71DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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