Html Css Color HEX #A72DCF Dark Orchid

📋 copy color: '#A72DCF'

red 167 ◦ green 45 ◦ blue 207

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

Shades of Dark Orchid #A72DCF

Tints of Dark Orchid #A72DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.4%

R = 39.86%
G = 10.74%
B = 49.4%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A72DCF (or 0xA72DCF) is known color: Dark Orchid. HEX triplet: A7, 2D and CF. RGB value is (167,45,207). Sum of RGB (Red+Green+Blue) = 167+45+207=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #A72DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72DCF is #58D230. Grayscale: #636363. Windows color (decimal): -5820977 or 13577639. OLE color: 13577639.

HSL color Cylindrical-coordinate representation of color #A72DCF: hue angle of 285.19º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A72DCF is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 45 207 -
CMYK 0.19 0.78 0 0.19
HSL 285.19º 0.64% 0.49% -
HSV(B) 285.19º 0.78% 0.81% -
XYZ 28.14 14.6 60.37 -
YUV 99.95 188.42 175.83 -
System Red Green Blue C M Y K H S L
Decimal 167 45 207 0.19 0.78 0 0.19 285.19 0.64 0.49
Hex A7 2D CF 13 4E 0 13 11D 40 31
Octal 247 55 317 23 116 0 23 435 100 61
Binary 10100111 101101 11001111 10011 1001110 0 10011 100011101 1000000 110001

Color Harmonies of #A72DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72DCF

Black with #A72DCF

Text Example


Text Example

White with #A72DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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