Html Css Color HEX #A815D1 Dark Violet

📋 copy color: '#A815D1'

red 168 ◦ green 21 ◦ blue 209

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

Shades of Dark Violet #A815D1

Tints of Dark Violet #A815D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 52.51%

R = 42.21%
G = 5.28%
B = 52.51%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A815D1 (or 0xA815D1) is known color: Dark Violet. HEX triplet: A8, 15 and D1. RGB value is (168,21,209). Sum of RGB (Red+Green+Blue) = 168+21+209=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 209 (82.03% from 255 or 52.51% from 398); Max value from RGB is 209 - color contains mainly: blue. Hex color #A815D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A815D1 is #57EA2E. Grayscale: #555555. Windows color (decimal): -5761583 or 13702568. OLE color: 13702568.

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

Color convert

RGB 168 21 209 -
CMYK 0.20 0.90 0 0.18
HSL 286.91º 0.82% 0.45% -
HSV(B) 286.91º 0.9% 0.82% -
XYZ 27.93 13.46 61.45 -
YUV 86.39 197.2 186.21 -
System Red Green Blue C M Y K H S L
Decimal 168 21 209 0.20 0.90 0 0.18 286.91 0.82 0.45
Hex A8 15 D1 14 5A 0 12 11F 52 2D
Octal 250 25 321 24 132 0 22 437 122 55
Binary 10101000 10101 11010001 10100 1011010 0 10010 100011111 1010010 101101

Color Harmonies of #A815D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A815D1

Black with #A815D1

Text Example


Text Example

White with #A815D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A815D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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