Html Css Color HEX #A72DB5 Dark Orchid

📋 copy color: '#A72DB5'

red 167 ◦ green 45 ◦ blue 181

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

Shades of Dark Orchid #A72DB5

Tints of Dark Orchid #A72DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 46.06%

R = 42.49%
G = 11.45%
B = 46.06%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A72DB5 (or 0xA72DB5) is known color: Dark Orchid. HEX triplet: A7, 2D and B5. RGB value is (167,45,181). Sum of RGB (Red+Green+Blue) = 167+45+181=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 45 (17.97% from 255 or 11.45% from 393); Blue value is 181 (71.09% from 255 or 46.06% from 393); Max value from RGB is 181 - color contains mainly: blue. Hex color #A72DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72DB5 is #58D24A. Grayscale: #606060. Windows color (decimal): -5821003 or 11873703. OLE color: 11873703.

HSL color Cylindrical-coordinate representation of color #A72DB5: hue angle of 293.82º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A72DB5 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 45 181 -
CMYK 0.08 0.75 0 0.29
HSL 293.82º 0.6% 0.44% -
HSV(B) 293.82º 0.75% 0.71% -
XYZ 25.22 13.43 44.98 -
YUV 96.98 175.42 177.94 -
System Red Green Blue C M Y K H S L
Decimal 167 45 181 0.08 0.75 0 0.29 293.82 0.6 0.44
Hex A7 2D B5 8 4B 0 1D 126 3C 2C
Octal 247 55 265 10 113 0 35 446 74 54
Binary 10100111 101101 10110101 1000 1001011 0 11101 100100110 111100 101100

Color Harmonies of #A72DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72DB5

Black with #A72DB5

Text Example


Text Example

White with #A72DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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