Html Css Color HEX #A72FDA Dark Orchid

📋 copy color: '#A72FDA'

red 167 ◦ green 47 ◦ blue 218

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

Shades of Dark Orchid #A72FDA

Tints of Dark Orchid #A72FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.46%

R = 38.66%
G = 10.88%
B = 50.46%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A72FDA (or 0xA72FDA) is known color: Dark Orchid. HEX triplet: A7, 2F and DA. RGB value is (167,47,218). Sum of RGB (Red+Green+Blue) = 167+47+218=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 47 (18.75% from 255 or 10.88% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #A72FDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72FDA is #58D025. Grayscale: #656565. Windows color (decimal): -5820454 or 14299047. OLE color: 14299047.

HSL color Cylindrical-coordinate representation of color #A72FDA: hue angle of 282.11º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A72FDA is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 47 218 -
CMYK 0.23 0.78 0 0.15
HSL 282.11º 0.7% 0.52% -
HSV(B) 282.11º 0.78% 0.85% -
XYZ 29.61 15.31 67.72 -
YUV 102.37 193.26 174.1 -
System Red Green Blue C M Y K H S L
Decimal 167 47 218 0.23 0.78 0 0.15 282.11 0.7 0.52
Hex A7 2F DA 17 4E 0 F 11A 46 34
Octal 247 57 332 27 116 0 17 432 106 64
Binary 10100111 101111 11011010 10111 1001110 0 1111 100011010 1000110 110100

Color Harmonies of #A72FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72FDA

Black with #A72FDA

Text Example


Text Example

White with #A72FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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