Html Css Color HEX #A72FDF Dark Orchid

📋 copy color: '#A72FDF'

red 167 ◦ green 47 ◦ blue 223

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

Shades of Dark Orchid #A72FDF

Tints of Dark Orchid #A72FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.03%

R = 38.22%
G = 10.76%
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

#A72FDF (or 0xA72FDF) is known color: Dark Orchid. HEX triplet: A7, 2F and DF. RGB value is (167,47,223). Sum of RGB (Red+Green+Blue) = 167+47+223=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 47 (18.75% from 255 or 10.76% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #A72FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72FDF is #58D020. Grayscale: #666666. Windows color (decimal): -5820449 or 14626727. OLE color: 14626727.

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

Color convert

RGB 167 47 223 -
CMYK 0.25 0.79 0 0.13
HSL 280.91º 0.73% 0.53% -
HSV(B) 280.91º 0.79% 0.87% -
XYZ 30.27 15.58 71.22 -
YUV 102.94 195.76 173.69 -
System Red Green Blue C M Y K H S L
Decimal 167 47 223 0.25 0.79 0 0.13 280.91 0.73 0.53
Hex A7 2F DF 19 4F 0 D 119 49 35
Octal 247 57 337 31 117 0 15 431 111 65
Binary 10100111 101111 11011111 11001 1001111 0 1101 100011001 1001001 110101

Color Harmonies of #A72FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72FDF

Black with #A72FDF

Text Example


Text Example

White with #A72FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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