Html Css Color HEX #A72DDF Dark Orchid

📋 copy color: '#A72DDF'

red 167 ◦ green 45 ◦ blue 223

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

Shades of Dark Orchid #A72DDF

Tints of Dark Orchid #A72DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.26%

R = 38.39%
G = 10.34%
B = 51.26%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A72DDF (or 0xA72DDF) is known color: Dark Orchid. HEX triplet: A7, 2D and DF. RGB value is (167,45,223). Sum of RGB (Red+Green+Blue) = 167+45+223=435 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.39% from 435); Green value is 45 (17.97% from 255 or 10.34% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #A72DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72DDF is #58D220. Grayscale: #656565. Windows color (decimal): -5820961 or 14626215. OLE color: 14626215.

HSL color Cylindrical-coordinate representation of color #A72DDF: hue angle of 281.12º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A72DDF is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 45 223 -
CMYK 0.25 0.80 0 0.13
HSL 281.12º 0.74% 0.53% -
HSV(B) 281.12º 0.8% 0.87% -
XYZ 30.19 15.42 71.2 -
YUV 101.77 196.42 174.53 -
System Red Green Blue C M Y K H S L
Decimal 167 45 223 0.25 0.80 0 0.13 281.12 0.74 0.53
Hex A7 2D DF 19 50 0 D 119 4A 35
Octal 247 55 337 31 120 0 15 431 112 65
Binary 10100111 101101 11011111 11001 1010000 0 1101 100011001 1001010 110101

Color Harmonies of #A72DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72DDF

Black with #A72DDF

Text Example


Text Example

White with #A72DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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