Html Css Color HEX #A015C8 Dark Violet

📋 copy color: '#A015C8'

red 160 ◦ green 21 ◦ blue 200

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

Shades of Dark Violet #A015C8

Tints of Dark Violet #A015C8

RGB

 RED value IS 160 (62.89% from 255) = 41.99%

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

 BLUE value IS 200 (78.52% from 255) = 52.49%

R = 41.99%
G = 5.51%
B = 52.49%

CMYK

 C value IS 0.2

 M value IS 0.90

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A015C8 (or 0xA015C8) is known color: Dark Violet. HEX triplet: A0, 15 and C8. RGB value is (160,21,200). Sum of RGB (Red+Green+Blue) = 160+21+200=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 200 (78.52% from 255 or 52.49% from 381); Max value from RGB is 200 - color contains mainly: blue. Hex color #A015C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A015C8 is #5FEA37. Grayscale: #525252. Windows color (decimal): -6285880 or 13112736. OLE color: 13112736.

HSL color Cylindrical-coordinate representation of color #A015C8: hue angle of 286.59º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A015C8 is Cyan = 0.2, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 21 200 -
CMYK 0.2 0.90 0 0.22
HSL 286.59º 0.81% 0.43% -
HSV(B) 286.59º 0.9% 0.78% -
XYZ 25.19 12.18 55.67 -
YUV 82.97 194.05 182.95 -
System Red Green Blue C M Y K H S L
Decimal 160 21 200 0.2 0.90 0 0.22 286.59 0.81 0.43
Hex A0 15 C8 14 5A 0 16 11F 51 2B
Octal 240 25 310 24 132 0 26 437 121 53
Binary 10100000 10101 11001000 10100 1011010 0 10110 100011111 1010001 101011

Color Harmonies of #A015C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A015C8

Black with #A015C8

Text Example


Text Example

White with #A015C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A015C8; }

 p { color: rgb(160,21,200); }

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

background-color css

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

 a { background-color: rgb(160,21,200); }

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

border-color css

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

 span { border-color: rgb(160,21,200); }

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