Html Css Color HEX #A72DB0 Dark Orchid

📋 copy color: '#A72DB0'

red 167 ◦ green 45 ◦ blue 176

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

Shades of Dark Orchid #A72DB0

Tints of Dark Orchid #A72DB0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.6%

 BLUE value IS 176 (69.14% from 255) = 45.36%

R = 43.04%
G = 11.6%
B = 45.36%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A72DB0 (or 0xA72DB0) is known color: Dark Orchid. HEX triplet: A7, 2D and B0. RGB value is (167,45,176). Sum of RGB (Red+Green+Blue) = 167+45+176=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 176 (69.14% from 255 or 45.36% from 388); Max value from RGB is 176 - color contains mainly: blue. Hex color #A72DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72DB0 is #58D24F. Grayscale: #606060. Windows color (decimal): -5821008 or 11546023. OLE color: 11546023.

HSL color Cylindrical-coordinate representation of color #A72DB0: hue angle of 295.88º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A72DB0 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 45 176 -
CMYK 0.05 0.74 0 0.31
HSL 295.88º 0.59% 0.43% -
HSV(B) 295.88º 0.74% 0.69% -
XYZ 24.71 13.23 42.32 -
YUV 96.41 172.92 178.35 -
System Red Green Blue C M Y K H S L
Decimal 167 45 176 0.05 0.74 0 0.31 295.88 0.59 0.43
Hex A7 2D B0 5 4A 0 1F 128 3B 2B
Octal 247 55 260 5 112 0 37 450 73 53
Binary 10100111 101101 10110000 101 1001010 0 11111 100101000 111011 101011

Color Harmonies of #A72DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72DB0

Black with #A72DB0

Text Example


Text Example

White with #A72DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72DB0; }

 p { color: rgb(167,45,176); }

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

background-color css

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

 a { background-color: rgb(167,45,176); }

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

border-color css

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

 span { border-color: rgb(167,45,176); }

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