Html Css Color HEX #A915CE Dark Violet

📋 copy color: '#A915CE'

red 169 ◦ green 21 ◦ blue 206

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

Shades of Dark Violet #A915CE

Tints of Dark Violet #A915CE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.3%

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

R = 42.68%
G = 5.3%
B = 52.02%

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

#A915CE (or 0xA915CE) is known color: Dark Violet. HEX triplet: A9, 15 and CE. RGB value is (169,21,206). Sum of RGB (Red+Green+Blue) = 169+21+206=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #A915CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A915CE is #56EA31. Grayscale: #555555. Windows color (decimal): -5696050 or 13505961. OLE color: 13505961.

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

Color convert

RGB 169 21 206 -
CMYK 0.18 0.90 0 0.19
HSL 288º 0.81% 0.45% -
HSV(B) 288º 0.9% 0.81% -
XYZ 27.77 13.43 59.52 -
YUV 86.34 195.53 186.96 -
System Red Green Blue C M Y K H S L
Decimal 169 21 206 0.18 0.90 0 0.19 288 0.81 0.45
Hex A9 15 CE 12 5A 0 13 120 51 2D
Octal 251 25 316 22 132 0 23 440 121 55
Binary 10101001 10101 11001110 10010 1011010 0 10011 100100000 1010001 101101

Color Harmonies of #A915CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A915CE

Black with #A915CE

Text Example


Text Example

White with #A915CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A915CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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