Html Css Color HEX #A515CB Dark Violet

📋 copy color: '#A515CB'

red 165 ◦ green 21 ◦ blue 203

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

Shades of Dark Violet #A515CB

Tints of Dark Violet #A515CB

RGB

 RED value IS 165 (64.84% from 255) = 42.42%

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

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

R = 42.42%
G = 5.4%
B = 52.19%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A515CB (or 0xA515CB) is known color: Dark Violet. HEX triplet: A5, 15 and CB. RGB value is (165,21,203). Sum of RGB (Red+Green+Blue) = 165+21+203=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #A515CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A515CB is #5AEA34. Grayscale: #545454. Windows color (decimal): -5958197 or 13309349. OLE color: 13309349.

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

Color convert

RGB 165 21 203 -
CMYK 0.19 0.90 0 0.20
HSL 287.47º 0.81% 0.44% -
HSV(B) 287.47º 0.9% 0.8% -
XYZ 26.56 12.85 57.58 -
YUV 84.8 194.71 185.2 -
System Red Green Blue C M Y K H S L
Decimal 165 21 203 0.19 0.90 0 0.20 287.47 0.81 0.44
Hex A5 15 CB 13 5A 0 14 11F 51 2C
Octal 245 25 313 23 132 0 24 437 121 54
Binary 10100101 10101 11001011 10011 1011010 0 10100 100011111 1010001 101100

Color Harmonies of #A515CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A515CB

Black with #A515CB

Text Example


Text Example

White with #A515CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A515CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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