Html Css Color HEX #A015CB Dark Violet

📋 copy color: '#A015CB'

red 160 ◦ green 21 ◦ blue 203

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

Shades of Dark Violet #A015CB

Tints of Dark Violet #A015CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.86%

R = 41.67%
G = 5.47%
B = 52.86%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A015CB (or 0xA015CB) is known color: Dark Violet. HEX triplet: A0, 15 and CB. RGB value is (160,21,203). Sum of RGB (Red+Green+Blue) = 160+21+203=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #A015CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A015CB is #5FEA34. Grayscale: #525252. Windows color (decimal): -6285877 or 13309344. OLE color: 13309344.

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

Color convert

RGB 160 21 203 -
CMYK 0.21 0.90 0 0.20
HSL 285.82º 0.81% 0.44% -
HSV(B) 285.82º 0.9% 0.8% -
XYZ 25.54 12.32 57.53 -
YUV 83.31 195.55 182.7 -
System Red Green Blue C M Y K H S L
Decimal 160 21 203 0.21 0.90 0 0.20 285.82 0.81 0.44
Hex A0 15 CB 15 5A 0 14 11E 51 2C
Octal 240 25 313 25 132 0 24 436 121 54
Binary 10100000 10101 11001011 10101 1011010 0 10100 100011110 1010001 101100

Color Harmonies of #A015CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A015CB

Black with #A015CB

Text Example


Text Example

White with #A015CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A015CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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