Html Css Color HEX #A72CDB Dark Orchid

📋 copy color: '#A72CDB'

red 167 ◦ green 44 ◦ blue 219

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

Shades of Dark Orchid #A72CDB

Tints of Dark Orchid #A72CDB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.23%

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

R = 38.84%
G = 10.23%
B = 50.93%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A72CDB (or 0xA72CDB) is known color: Dark Orchid. HEX triplet: A7, 2C and DB. RGB value is (167,44,219). Sum of RGB (Red+Green+Blue) = 167+44+219=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 44 (17.58% from 255 or 10.23% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #A72CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72CDB is #58D324. Grayscale: #646464. Windows color (decimal): -5821221 or 14363815. OLE color: 14363815.

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

Color convert

RGB 167 44 219 -
CMYK 0.24 0.80 0 0.14
HSL 282.17º 0.71% 0.52% -
HSV(B) 282.17º 0.8% 0.86% -
XYZ 29.62 15.13 68.38 -
YUV 100.73 194.75 175.27 -
System Red Green Blue C M Y K H S L
Decimal 167 44 219 0.24 0.80 0 0.14 282.17 0.71 0.52
Hex A7 2C DB 18 50 0 E 11A 47 34
Octal 247 54 333 30 120 0 16 432 107 64
Binary 10100111 101100 11011011 11000 1010000 0 1110 100011010 1000111 110100

Color Harmonies of #A72CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72CDB

Black with #A72CDB

Text Example


Text Example

White with #A72CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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