Html Css Color HEX #A72CDC Dark Orchid

📋 copy color: '#A72CDC'

red 167 ◦ green 44 ◦ blue 220

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

Shades of Dark Orchid #A72CDC

Tints of Dark Orchid #A72CDC

RGB

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

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

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

R = 38.75%
G = 10.21%
B = 51.04%

CMYK

 C value IS 0.24

 M value IS 0.8

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A72CDC (or 0xA72CDC) is known color: Dark Orchid. HEX triplet: A7, 2C and DC. RGB value is (167,44,220). Sum of RGB (Red+Green+Blue) = 167+44+220=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 44 (17.58% from 255 or 10.21% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #A72CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72CDC is #58D323. Grayscale: #646464. Windows color (decimal): -5821220 or 14429351. OLE color: 14429351.

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

Color convert

RGB 167 44 220 -
CMYK 0.24 0.8 0 0.14
HSL 281.93º 0.72% 0.52% -
HSV(B) 281.93º 0.8% 0.86% -
XYZ 29.76 15.18 69.07 -
YUV 100.84 195.25 175.19 -
System Red Green Blue C M Y K H S L
Decimal 167 44 220 0.24 0.8 0 0.14 281.93 0.72 0.52
Hex A7 2C DC 18 50 0 E 11A 48 34
Octal 247 54 334 30 120 0 16 432 110 64
Binary 10100111 101100 11011100 11000 1010000 0 1110 100011010 1001000 110100

Color Harmonies of #A72CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72CDC

Black with #A72CDC

Text Example


Text Example

White with #A72CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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