Html Css Color HEX #A72BCB Dark Orchid

📋 copy color: '#A72BCB'

red 167 ◦ green 43 ◦ blue 203

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

Shades of Dark Orchid #A72BCB

Tints of Dark Orchid #A72BCB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.41%

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

R = 40.44%
G = 10.41%
B = 49.15%

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

#A72BCB (or 0xA72BCB) is known color: Dark Orchid. HEX triplet: A7, 2B and CB. RGB value is (167,43,203). Sum of RGB (Red+Green+Blue) = 167+43+203=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #A72BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72BCB is #58D434. Grayscale: #616161. Windows color (decimal): -5821493 or 13314983. OLE color: 13314983.

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

Color convert

RGB 167 43 203 -
CMYK 0.18 0.79 0 0.20
HSL 286.5º 0.65% 0.48% -
HSV(B) 286.5º 0.79% 0.8% -
XYZ 27.58 14.26 57.8 -
YUV 98.32 187.08 176.99 -
System Red Green Blue C M Y K H S L
Decimal 167 43 203 0.18 0.79 0 0.20 286.5 0.65 0.48
Hex A7 2B CB 12 4F 0 14 11E 41 30
Octal 247 53 313 22 117 0 24 436 101 60
Binary 10100111 101011 11001011 10010 1001111 0 10100 100011110 1000001 110000

Color Harmonies of #A72BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72BCB

Black with #A72BCB

Text Example


Text Example

White with #A72BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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