Html Css Color HEX #A115CA Dark Violet

📋 copy color: '#A115CA'

red 161 ◦ green 21 ◦ blue 202

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

Shades of Dark Violet #A115CA

Tints of Dark Violet #A115CA

RGB

 RED value IS 161 (63.28% from 255) = 41.93%

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

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

R = 41.93%
G = 5.47%
B = 52.6%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A115CA (or 0xA115CA) is known color: Dark Violet. HEX triplet: A1, 15 and CA. RGB value is (161,21,202). Sum of RGB (Red+Green+Blue) = 161+21+202=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #A115CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A115CA is #5EEA35. Grayscale: #525252. Windows color (decimal): -6220342 or 13243809. OLE color: 13243809.

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

Color convert

RGB 161 21 202 -
CMYK 0.20 0.90 0 0.21
HSL 286.41º 0.81% 0.44% -
HSV(B) 286.41º 0.9% 0.79% -
XYZ 25.63 12.38 56.92 -
YUV 83.49 194.88 183.28 -
System Red Green Blue C M Y K H S L
Decimal 161 21 202 0.20 0.90 0 0.21 286.41 0.81 0.44
Hex A1 15 CA 14 5A 0 15 11E 51 2C
Octal 241 25 312 24 132 0 25 436 121 54
Binary 10100001 10101 11001010 10100 1011010 0 10101 100011110 1010001 101100

Color Harmonies of #A115CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A115CA

Black with #A115CA

Text Example


Text Example

White with #A115CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A115CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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