Html Css Color HEX #A511CD Dark Violet

📋 copy color: '#A511CD'

red 165 ◦ green 17 ◦ blue 205

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

Shades of Dark Violet #A511CD

Tints of Dark Violet #A511CD

RGB

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

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

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

R = 42.64%
G = 4.39%
B = 52.97%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A511CD (or 0xA511CD) is known color: Dark Violet. HEX triplet: A5, 11 and CD. RGB value is (165,17,205). Sum of RGB (Red+Green+Blue) = 165+17+205=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #A511CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A511CD is #5AEE32. Grayscale: #525252. Windows color (decimal): -5959219 or 13439397. OLE color: 13439397.

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

Color convert

RGB 165 17 205 -
CMYK 0.20 0.92 0 0.20
HSL 287.23º 0.85% 0.44% -
HSV(B) 287.23º 0.92% 0.8% -
XYZ 26.74 12.81 58.82 -
YUV 82.68 197.03 186.71 -
System Red Green Blue C M Y K H S L
Decimal 165 17 205 0.20 0.92 0 0.20 287.23 0.85 0.44
Hex A5 11 CD 14 5C 0 14 11F 55 2C
Octal 245 21 315 24 134 0 24 437 125 54
Binary 10100101 10001 11001101 10100 1011100 0 10100 100011111 1010101 101100

Color Harmonies of #A511CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A511CD

Black with #A511CD

Text Example


Text Example

White with #A511CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A511CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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