Html Css Color HEX #A515CD Dark Violet

📋 copy color: '#A515CD'

red 165 ◦ green 21 ◦ blue 205

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

Shades of Dark Violet #A515CD

Tints of Dark Violet #A515CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.43%

R = 42.2%
G = 5.37%
B = 52.43%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A515CD (or 0xA515CD) is known color: Dark Violet. HEX triplet: A5, 15 and CD. RGB value is (165,21,205). Sum of RGB (Red+Green+Blue) = 165+21+205=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 21 (8.59% from 255 or 5.37% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #A515CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A515CD is #5AEA32. Grayscale: #545454. Windows color (decimal): -5958195 or 13440421. OLE color: 13440421.

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

Color convert

RGB 165 21 205 -
CMYK 0.20 0.90 0 0.20
HSL 286.96º 0.81% 0.44% -
HSV(B) 286.96º 0.9% 0.8% -
XYZ 26.8 12.94 58.84 -
YUV 85.03 195.71 185.04 -
System Red Green Blue C M Y K H S L
Decimal 165 21 205 0.20 0.90 0 0.20 286.96 0.81 0.44
Hex A5 15 CD 14 5A 0 14 11F 51 2C
Octal 245 25 315 24 132 0 24 437 121 54
Binary 10100101 10101 11001101 10100 1011010 0 10100 100011111 1010001 101100

Color Harmonies of #A515CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A515CD

Black with #A515CD

Text Example


Text Example

White with #A515CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A515CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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