Html Css Color HEX #A815E1 Dark Violet

📋 copy color: '#A815E1'

red 168 ◦ green 21 ◦ blue 225

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

Shades of Dark Violet #A815E1

Tints of Dark Violet #A815E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 54.35%

R = 40.58%
G = 5.07%
B = 54.35%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A815E1 (or 0xA815E1) is known color: Dark Violet. HEX triplet: A8, 15 and E1. RGB value is (168,21,225). Sum of RGB (Red+Green+Blue) = 168+21+225=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 21 (8.59% from 255 or 5.07% from 414); Blue value is 225 (88.28% from 255 or 54.35% from 414); Max value from RGB is 225 - color contains mainly: blue. Hex color #A815E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A815E1 is #57EA1E. Grayscale: #575757. Windows color (decimal): -5761567 or 14751144. OLE color: 14751144.

HSL color Cylindrical-coordinate representation of color #A815E1: hue angle of 283.24º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A815E1 is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 21 225 -
CMYK 0.25 0.91 0 0.12
HSL 283.24º 0.83% 0.48% -
HSV(B) 283.24º 0.91% 0.88% -
XYZ 30.01 14.3 72.41 -
YUV 88.21 205.2 184.91 -
System Red Green Blue C M Y K H S L
Decimal 168 21 225 0.25 0.91 0 0.12 283.24 0.83 0.48
Hex A8 15 E1 19 5B 0 C 11B 53 30
Octal 250 25 341 31 133 0 14 433 123 60
Binary 10101000 10101 11100001 11001 1011011 0 1100 100011011 1010011 110000

Color Harmonies of #A815E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A815E1

Black with #A815E1

Text Example


Text Example

White with #A815E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A815E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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