Html Css Color HEX #A72ACC Dark Orchid

📋 copy color: '#A72ACC'

red 167 ◦ green 42 ◦ blue 204

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

Shades of Dark Orchid #A72ACC

Tints of Dark Orchid #A72ACC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.17%

 BLUE value IS 204 (80.08% from 255) = 49.39%

R = 40.44%
G = 10.17%
B = 49.39%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A72ACC (or 0xA72ACC) is known color: Dark Orchid. HEX triplet: A7, 2A and CC. RGB value is (167,42,204). Sum of RGB (Red+Green+Blue) = 167+42+204=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 42 (16.80% from 255 or 10.17% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #A72ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72ACC is #58D533. Grayscale: #616161. Windows color (decimal): -5821748 or 13380263. OLE color: 13380263.

HSL color Cylindrical-coordinate representation of color #A72ACC: hue angle of 286.3º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A72ACC is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 167 42 204 -
CMYK 0.18 0.79 0 0.2
HSL 286.3º 0.66% 0.48% -
HSV(B) 286.3º 0.79% 0.8% -
XYZ 27.66 14.23 58.42 -
YUV 97.84 187.91 177.33 -
System Red Green Blue C M Y K H S L
Decimal 167 42 204 0.18 0.79 0 0.2 286.3 0.66 0.48
Hex A7 2A CC 12 4F 0 14 11E 42 30
Octal 247 52 314 22 117 0 24 436 102 60
Binary 10100111 101010 11001100 10010 1001111 0 10100 100011110 1000010 110000

Color Harmonies of #A72ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72ACC

Black with #A72ACC

Text Example


Text Example

White with #A72ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72ACC; }

 p { color: rgb(167,42,204); }

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

background-color css

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

 a { background-color: rgb(167,42,204); }

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

border-color css

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

 span { border-color: rgb(167,42,204); }

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