Html Css Color HEX #A72ADC Dark Orchid

📋 copy color: '#A72ADC'

red 167 ◦ green 42 ◦ blue 220

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

Shades of Dark Orchid #A72ADC

Tints of Dark Orchid #A72ADC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.79%

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

R = 38.93%
G = 9.79%
B = 51.28%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A72ADC (or 0xA72ADC) is known color: Dark Orchid. HEX triplet: A7, 2A and DC. RGB value is (167,42,220). Sum of RGB (Red+Green+Blue) = 167+42+220=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 42 (16.80% from 255 or 9.79% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #A72ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72ADC is #58D523. Grayscale: #636363. Windows color (decimal): -5821732 or 14428839. OLE color: 14428839.

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

Color convert

RGB 167 42 220 -
CMYK 0.24 0.81 0 0.14
HSL 282.13º 0.72% 0.51% -
HSV(B) 282.13º 0.81% 0.86% -
XYZ 29.68 15.04 69.05 -
YUV 99.67 195.91 176.03 -
System Red Green Blue C M Y K H S L
Decimal 167 42 220 0.24 0.81 0 0.14 282.13 0.72 0.51
Hex A7 2A DC 18 51 0 E 11A 48 33
Octal 247 52 334 30 121 0 16 432 110 63
Binary 10100111 101010 11011100 11000 1010001 0 1110 100011010 1001000 110011

Color Harmonies of #A72ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72ADC

Black with #A72ADC

Text Example


Text Example

White with #A72ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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