Html Css Color HEX #A815CE Dark Violet

📋 copy color: '#A815CE'

red 168 ◦ green 21 ◦ blue 206

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

Shades of Dark Violet #A815CE

Tints of Dark Violet #A815CE

RGB

 RED value IS 168 (66.02% from 255) = 42.53%

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

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

R = 42.53%
G = 5.32%
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

#A815CE (or 0xA815CE) is known color: Dark Violet. HEX triplet: A8, 15 and CE. RGB value is (168,21,206). Sum of RGB (Red+Green+Blue) = 168+21+206=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 21 (8.59% from 255 or 5.32% 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 #A815CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A815CE is #57EA31. Grayscale: #555555. Windows color (decimal): -5761586 or 13505960. OLE color: 13505960.

HSL color Cylindrical-coordinate representation of color #A815CE: hue angle of 287.68º 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 #A815CE is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 21 206 -
CMYK 0.18 0.90 0 0.19
HSL 287.68º 0.81% 0.45% -
HSV(B) 287.68º 0.9% 0.81% -
XYZ 27.56 13.32 59.51 -
YUV 86.04 195.7 186.46 -
System Red Green Blue C M Y K H S L
Decimal 168 21 206 0.18 0.90 0 0.19 287.68 0.81 0.45
Hex A8 15 CE 12 5A 0 13 120 51 2D
Octal 250 25 316 22 132 0 23 440 121 55
Binary 10101000 10101 11001110 10010 1011010 0 10011 100100000 1010001 101101

Color Harmonies of #A815CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A815CE

Black with #A815CE

Text Example


Text Example

White with #A815CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A815CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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