Html Css Color HEX #A72ACB Dark Orchid

📋 copy color: '#A72ACB'

red 167 ◦ green 42 ◦ blue 203

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

Shades of Dark Orchid #A72ACB

Tints of Dark Orchid #A72ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.27%

R = 40.53%
G = 10.19%
B = 49.27%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A72ACB (or 0xA72ACB) is known color: Dark Orchid. HEX triplet: A7, 2A and CB. RGB value is (167,42,203). Sum of RGB (Red+Green+Blue) = 167+42+203=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 42 (16.80% from 255 or 10.19% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #A72ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72ACB is #58D534. Grayscale: #616161. Windows color (decimal): -5821749 or 13314727. OLE color: 13314727.

HSL color Cylindrical-coordinate representation of color #A72ACB: hue angle of 286.58º 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 #A72ACB is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 42 203 -
CMYK 0.18 0.79 0 0.20
HSL 286.58º 0.66% 0.48% -
HSV(B) 286.58º 0.79% 0.8% -
XYZ 27.54 14.18 57.79 -
YUV 97.73 187.41 177.41 -
System Red Green Blue C M Y K H S L
Decimal 167 42 203 0.18 0.79 0 0.20 286.58 0.66 0.48
Hex A7 2A CB 12 4F 0 14 11F 42 30
Octal 247 52 313 22 117 0 24 437 102 60
Binary 10100111 101010 11001011 10010 1001111 0 10100 100011111 1000010 110000

Color Harmonies of #A72ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72ACB

Black with #A72ACB

Text Example


Text Example

White with #A72ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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