Html Css Color HEX #A72EDE Dark Orchid

📋 copy color: '#A72EDE'

red 167 ◦ green 46 ◦ blue 222

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

Shades of Dark Orchid #A72EDE

Tints of Dark Orchid #A72EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.03%

R = 38.39%
G = 10.57%
B = 51.03%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A72EDE (or 0xA72EDE) is known color: Dark Orchid. HEX triplet: A7, 2E and DE. RGB value is (167,46,222). Sum of RGB (Red+Green+Blue) = 167+46+222=435 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.39% from 435); Green value is 46 (18.36% from 255 or 10.57% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #A72EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72EDE is #58D121. Grayscale: #656565. Windows color (decimal): -5820706 or 14560935. OLE color: 14560935.

HSL color Cylindrical-coordinate representation of color #A72EDE: hue angle of 281.25º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A72EDE is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 46 222 -
CMYK 0.25 0.79 0 0.13
HSL 281.25º 0.73% 0.53% -
HSV(B) 281.25º 0.79% 0.87% -
XYZ 30.1 15.44 70.5 -
YUV 102.24 195.59 174.19 -
System Red Green Blue C M Y K H S L
Decimal 167 46 222 0.25 0.79 0 0.13 281.25 0.73 0.53
Hex A7 2E DE 19 4F 0 D 119 49 35
Octal 247 56 336 31 117 0 15 431 111 65
Binary 10100111 101110 11011110 11001 1001111 0 1101 100011001 1001001 110101

Color Harmonies of #A72EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72EDE

Black with #A72EDE

Text Example


Text Example

White with #A72EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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