Html Css Color HEX #A72EDD Dark Orchid

📋 copy color: '#A72EDD'

red 167 ◦ green 46 ◦ blue 221

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

Shades of Dark Orchid #A72EDD

Tints of Dark Orchid #A72EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 38.48%
G = 10.6%
B = 50.92%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A72EDD (or 0xA72EDD) is known color: Dark Orchid. HEX triplet: A7, 2E and DD. RGB value is (167,46,221). Sum of RGB (Red+Green+Blue) = 167+46+221=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 46 (18.36% from 255 or 10.60% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #A72EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72EDD is #58D122. Grayscale: #656565. Windows color (decimal): -5820707 or 14495399. OLE color: 14495399.

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

Color convert

RGB 167 46 221 -
CMYK 0.24 0.79 0 0.13
HSL 281.49º 0.72% 0.52% -
HSV(B) 281.49º 0.79% 0.87% -
XYZ 29.96 15.39 69.8 -
YUV 102.13 195.09 174.27 -
System Red Green Blue C M Y K H S L
Decimal 167 46 221 0.24 0.79 0 0.13 281.49 0.72 0.52
Hex A7 2E DD 18 4F 0 D 119 48 34
Octal 247 56 335 30 117 0 15 431 110 64
Binary 10100111 101110 11011101 11000 1001111 0 1101 100011001 1001000 110100

Color Harmonies of #A72EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72EDD

Black with #A72EDD

Text Example


Text Example

White with #A72EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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