Html Css Color HEX #A72CE0 Dark Orchid

📋 copy color: '#A72CE0'

red 167 ◦ green 44 ◦ blue 224

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

Shades of Dark Orchid #A72CE0

Tints of Dark Orchid #A72CE0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.11%

 BLUE value IS 224 (87.89% from 255) = 51.49%

R = 38.39%
G = 10.11%
B = 51.49%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A72CE0 (or 0xA72CE0) is known color: Dark Orchid. HEX triplet: A7, 2C and E0. RGB value is (167,44,224). Sum of RGB (Red+Green+Blue) = 167+44+224=435 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.39% from 435); Green value is 44 (17.58% from 255 or 10.11% from 435); Blue value is 224 (87.89% from 255 or 51.49% from 435); Max value from RGB is 224 - color contains mainly: blue. Hex color #A72CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72CE0 is #58D31F. Grayscale: #646464. Windows color (decimal): -5821216 or 14691495. OLE color: 14691495.

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

Color convert

RGB 167 44 224 -
CMYK 0.25 0.80 0 0.12
HSL 281º 0.74% 0.53% -
HSV(B) 281º 0.8% 0.88% -
XYZ 30.29 15.4 71.9 -
YUV 101.3 197.25 174.86 -
System Red Green Blue C M Y K H S L
Decimal 167 44 224 0.25 0.80 0 0.12 281 0.74 0.53
Hex A7 2C E0 19 50 0 C 119 4A 35
Octal 247 54 340 31 120 0 14 431 112 65
Binary 10100111 101100 11100000 11001 1010000 0 1100 100011001 1001010 110101

Color Harmonies of #A72CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72CE0

Black with #A72CE0

Text Example


Text Example

White with #A72CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72CE0; }

 p { color: rgb(167,44,224); }

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

background-color css

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

 a { background-color: rgb(167,44,224); }

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

border-color css

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

 span { border-color: rgb(167,44,224); }

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