Html Css Color HEX #A914D0 Dark Violet

📋 copy color: '#A914D0'

red 169 ◦ green 20 ◦ blue 208

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

Shades of Dark Violet #A914D0

Tints of Dark Violet #A914D0

RGB

 RED value IS 169 (66.41% from 255) = 42.57%

 GREEN value IS 20 (8.2% from 255) = 5.04%

 BLUE value IS 208 (81.64% from 255) = 52.39%

R = 42.57%
G = 5.04%
B = 52.39%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A914D0 (or 0xA914D0) is known color: Dark Violet. HEX triplet: A9, 14 and D0. RGB value is (169,20,208). Sum of RGB (Red+Green+Blue) = 169+20+208=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 208 (81.64% from 255 or 52.39% from 397); Max value from RGB is 208 - color contains mainly: blue. Hex color #A914D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A914D0 is #56EB2F. Grayscale: #555555. Windows color (decimal): -5696304 or 13636777. OLE color: 13636777.

HSL color Cylindrical-coordinate representation of color #A914D0: hue angle of 287.55º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A914D0 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 169 20 208 -
CMYK 0.19 0.90 0 0.18
HSL 287.55º 0.82% 0.45% -
HSV(B) 287.55º 0.9% 0.82% -
XYZ 28 13.49 60.8 -
YUV 85.98 196.86 187.21 -
System Red Green Blue C M Y K H S L
Decimal 169 20 208 0.19 0.90 0 0.18 287.55 0.82 0.45
Hex A9 14 D0 13 5A 0 12 120 52 2D
Octal 251 24 320 23 132 0 22 440 122 55
Binary 10101001 10100 11010000 10011 1011010 0 10010 100100000 1010010 101101

Color Harmonies of #A914D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A914D0

Black with #A914D0

Text Example


Text Example

White with #A914D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A914D0; }

 p { color: rgb(169,20,208); }

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

background-color css

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

 a { background-color: rgb(169,20,208); }

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

border-color css

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

 span { border-color: rgb(169,20,208); }

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