Html Css Color HEX #A72FDE Dark Orchid

📋 copy color: '#A72FDE'

red 167 ◦ green 47 ◦ blue 222

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

Shades of Dark Orchid #A72FDE

Tints of Dark Orchid #A72FDE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.78%

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

R = 38.3%
G = 10.78%
B = 50.92%

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

#A72FDE (or 0xA72FDE) is known color: Dark Orchid. HEX triplet: A7, 2F and DE. RGB value is (167,47,222). Sum of RGB (Red+Green+Blue) = 167+47+222=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 47 (18.75% from 255 or 10.78% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #A72FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72FDE is #58D021. Grayscale: #666666. Windows color (decimal): -5820450 or 14561191. OLE color: 14561191.

HSL color Cylindrical-coordinate representation of color #A72FDE: hue angle of 281.14º 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 #A72FDE is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 47 222 -
CMYK 0.25 0.79 0 0.13
HSL 281.14º 0.73% 0.53% -
HSV(B) 281.14º 0.79% 0.87% -
XYZ 30.14 15.52 70.51 -
YUV 102.83 195.26 173.77 -
System Red Green Blue C M Y K H S L
Decimal 167 47 222 0.25 0.79 0 0.13 281.14 0.73 0.53
Hex A7 2F DE 19 4F 0 D 119 49 35
Octal 247 57 336 31 117 0 15 431 111 65
Binary 10100111 101111 11011110 11001 1001111 0 1101 100011001 1001001 110101

Color Harmonies of #A72FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72FDE

Black with #A72FDE

Text Example


Text Example

White with #A72FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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