Html Css Color HEX #A815CA Dark Violet

📋 copy color: '#A815CA'

red 168 ◦ green 21 ◦ blue 202

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

Shades of Dark Violet #A815CA

Tints of Dark Violet #A815CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.66%

R = 42.97%
G = 5.37%
B = 51.66%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A815CA (or 0xA815CA) is known color: Dark Violet. HEX triplet: A8, 15 and CA. RGB value is (168,21,202). Sum of RGB (Red+Green+Blue) = 168+21+202=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 21 (8.59% from 255 or 5.37% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #A815CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A815CA is #57EA35. Grayscale: #555555. Windows color (decimal): -5761590 or 13243816. OLE color: 13243816.

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

Color convert

RGB 168 21 202 -
CMYK 0.17 0.90 0 0.21
HSL 288.73º 0.81% 0.44% -
HSV(B) 288.73º 0.9% 0.79% -
XYZ 27.08 13.13 56.98 -
YUV 85.59 193.7 186.78 -
System Red Green Blue C M Y K H S L
Decimal 168 21 202 0.17 0.90 0 0.21 288.73 0.81 0.44
Hex A8 15 CA 11 5A 0 15 121 51 2C
Octal 250 25 312 21 132 0 25 441 121 54
Binary 10101000 10101 11001010 10001 1011010 0 10101 100100001 1010001 101100

Color Harmonies of #A815CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A815CA

Black with #A815CA

Text Example


Text Example

White with #A815CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A815CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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