Html Css Color HEX #A511C9 Dark Violet

📋 copy color: '#A511C9'

red 165 ◦ green 17 ◦ blue 201

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

Shades of Dark Violet #A511C9

Tints of Dark Violet #A511C9

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.44%

 BLUE value IS 201 (78.91% from 255) = 52.48%

R = 43.08%
G = 4.44%
B = 52.48%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A511C9 (or 0xA511C9) is known color: Dark Violet. HEX triplet: A5, 11 and C9. RGB value is (165,17,201). Sum of RGB (Red+Green+Blue) = 165+17+201=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 201 (78.91% from 255 or 52.48% from 383); Max value from RGB is 201 - color contains mainly: blue. Hex color #A511C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A511C9 is #5AEE36. Grayscale: #515151. Windows color (decimal): -5959223 or 13177253. OLE color: 13177253.

HSL color Cylindrical-coordinate representation of color #A511C9: hue angle of 288.26º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A511C9 is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 17 201 -
CMYK 0.18 0.92 0 0.21
HSL 288.26º 0.84% 0.43% -
HSV(B) 288.26º 0.92% 0.79% -
XYZ 26.26 12.62 56.31 -
YUV 82.23 195.03 187.04 -
System Red Green Blue C M Y K H S L
Decimal 165 17 201 0.18 0.92 0 0.21 288.26 0.84 0.43
Hex A5 11 C9 12 5C 0 15 120 54 2B
Octal 245 21 311 22 134 0 25 440 124 53
Binary 10100101 10001 11001001 10010 1011100 0 10101 100100000 1010100 101011

Color Harmonies of #A511C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A511C9

Black with #A511C9

Text Example


Text Example

White with #A511C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A511C9; }

 p { color: rgb(165,17,201); }

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

background-color css

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

 a { background-color: rgb(165,17,201); }

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

border-color css

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

 span { border-color: rgb(165,17,201); }

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