Html Css Color HEX #A511CC Dark Violet

📋 copy color: '#A511CC'

red 165 ◦ green 17 ◦ blue 204

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

Shades of Dark Violet #A511CC

Tints of Dark Violet #A511CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.85%

R = 42.75%
G = 4.4%
B = 52.85%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A511CC (or 0xA511CC) is known color: Dark Violet. HEX triplet: A5, 11 and CC. RGB value is (165,17,204). Sum of RGB (Red+Green+Blue) = 165+17+204=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 17 (7.03% from 255 or 4.40% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #A511CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A511CC is #5AEE33. Grayscale: #515151. Windows color (decimal): -5959220 or 13373861. OLE color: 13373861.

HSL color Cylindrical-coordinate representation of color #A511CC: hue angle of 287.49º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A511CC is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 17 204 -
CMYK 0.19 0.92 0 0.2
HSL 287.49º 0.85% 0.43% -
HSV(B) 287.49º 0.92% 0.8% -
XYZ 26.62 12.76 58.19 -
YUV 82.57 196.53 186.79 -
System Red Green Blue C M Y K H S L
Decimal 165 17 204 0.19 0.92 0 0.2 287.49 0.85 0.43
Hex A5 11 CC 13 5C 0 14 11F 55 2B
Octal 245 21 314 23 134 0 24 437 125 53
Binary 10100101 10001 11001100 10011 1011100 0 10100 100011111 1010101 101011

Color Harmonies of #A511CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A511CC

Black with #A511CC

Text Example


Text Example

White with #A511CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A511CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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