Html Css Color HEX #A72ECB Dark Orchid

📋 copy color: '#A72ECB'

red 167 ◦ green 46 ◦ blue 203

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

Shades of Dark Orchid #A72ECB

Tints of Dark Orchid #A72ECB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.06%

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

R = 40.14%
G = 11.06%
B = 48.8%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A72ECB (or 0xA72ECB) is known color: Dark Orchid. HEX triplet: A7, 2E and CB. RGB value is (167,46,203). Sum of RGB (Red+Green+Blue) = 167+46+203=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 46 (18.36% from 255 or 11.06% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #A72ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72ECB is #58D134. Grayscale: #636363. Windows color (decimal): -5820725 or 13315751. OLE color: 13315751.

HSL color Cylindrical-coordinate representation of color #A72ECB: hue angle of 286.24º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A72ECB is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 46 203 -
CMYK 0.18 0.77 0 0.20
HSL 286.24º 0.63% 0.49% -
HSV(B) 286.24º 0.77% 0.8% -
XYZ 27.69 14.48 57.84 -
YUV 100.08 186.09 175.73 -
System Red Green Blue C M Y K H S L
Decimal 167 46 203 0.18 0.77 0 0.20 286.24 0.63 0.49
Hex A7 2E CB 12 4D 0 14 11E 3F 31
Octal 247 56 313 22 115 0 24 436 77 61
Binary 10100111 101110 11001011 10010 1001101 0 10100 100011110 111111 110001

Color Harmonies of #A72ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72ECB

Black with #A72ECB

Text Example


Text Example

White with #A72ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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