Html Css Color HEX #A914CE Dark Violet

📋 copy color: '#A914CE'

red 169 ◦ green 20 ◦ blue 206

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

Shades of Dark Violet #A914CE

Tints of Dark Violet #A914CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.15%

R = 42.78%
G = 5.06%
B = 52.15%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A914CE (or 0xA914CE) is known color: Dark Violet. HEX triplet: A9, 14 and CE. RGB value is (169,20,206). Sum of RGB (Red+Green+Blue) = 169+20+206=395 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.78% from 395); Green value is 20 (8.20% from 255 or 5.06% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #A914CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A914CE is #56EB31. Grayscale: #555555. Windows color (decimal): -5696306 or 13505705. OLE color: 13505705.

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

Color convert

RGB 169 20 206 -
CMYK 0.18 0.90 0 0.19
HSL 288.06º 0.82% 0.44% -
HSV(B) 288.06º 0.9% 0.81% -
XYZ 27.75 13.39 59.51 -
YUV 85.76 195.86 187.38 -
System Red Green Blue C M Y K H S L
Decimal 169 20 206 0.18 0.90 0 0.19 288.06 0.82 0.44
Hex A9 14 CE 12 5A 0 13 120 52 2C
Octal 251 24 316 22 132 0 23 440 122 54
Binary 10101001 10100 11001110 10010 1011010 0 10011 100100000 1010010 101100

Color Harmonies of #A914CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A914CE

Black with #A914CE

Text Example


Text Example

White with #A914CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A914CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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