Html Css Color HEX #A72ECD Dark Orchid

📋 copy color: '#A72ECD'

red 167 ◦ green 46 ◦ blue 205

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

Shades of Dark Orchid #A72ECD

Tints of Dark Orchid #A72ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.04%

R = 39.95%
G = 11%
B = 49.04%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A72ECD (or 0xA72ECD) is known color: Dark Orchid. HEX triplet: A7, 2E and CD. RGB value is (167,46,205). Sum of RGB (Red+Green+Blue) = 167+46+205=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 46 (18.36% from 255 or 11.00% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #A72ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72ECD is #58D132. Grayscale: #636363. Windows color (decimal): -5820723 or 13446823. OLE color: 13446823.

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

Color convert

RGB 167 46 205 -
CMYK 0.19 0.78 0 0.20
HSL 285.66º 0.63% 0.49% -
HSV(B) 285.66º 0.78% 0.8% -
XYZ 27.93 14.58 59.1 -
YUV 100.31 187.09 175.57 -
System Red Green Blue C M Y K H S L
Decimal 167 46 205 0.19 0.78 0 0.20 285.66 0.63 0.49
Hex A7 2E CD 13 4E 0 14 11E 3F 31
Octal 247 56 315 23 116 0 24 436 77 61
Binary 10100111 101110 11001101 10011 1001110 0 10100 100011110 111111 110001

Color Harmonies of #A72ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72ECD

Black with #A72ECD

Text Example


Text Example

White with #A72ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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