Html Css Color HEX #A514B6 Dark Violet

📋 copy color: '#A514B6'

red 165 ◦ green 20 ◦ blue 182

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

Shades of Dark Violet #A514B6

Tints of Dark Violet #A514B6

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.45%

 BLUE value IS 182 (71.48% from 255) = 49.59%

R = 44.96%
G = 5.45%
B = 49.59%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A514B6 (or 0xA514B6) is known color: Dark Violet. HEX triplet: A5, 14 and B6. RGB value is (165,20,182). Sum of RGB (Red+Green+Blue) = 165+20+182=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 182 (71.48% from 255 or 49.59% from 367); Max value from RGB is 182 - color contains mainly: blue. Hex color #A514B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A514B6 is #5AEB49. Grayscale: #515151. Windows color (decimal): -5958474 or 11932837. OLE color: 11932837.

HSL color Cylindrical-coordinate representation of color #A514B6: hue angle of 293.7º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A514B6 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 20 182 -
CMYK 0.09 0.89 0 0.29
HSL 293.7º 0.8% 0.4% -
HSV(B) 293.7º 0.89% 0.71% -
XYZ 24.21 11.88 45.27 -
YUV 81.82 184.54 187.33 -
System Red Green Blue C M Y K H S L
Decimal 165 20 182 0.09 0.89 0 0.29 293.7 0.8 0.4
Hex A5 14 B6 9 59 0 1D 126 50 28
Octal 245 24 266 11 131 0 35 446 120 50
Binary 10100101 10100 10110110 1001 1011001 0 11101 100100110 1010000 101000

Color Harmonies of #A514B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A514B6

Black with #A514B6

Text Example


Text Example

White with #A514B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A514B6; }

 p { color: rgb(165,20,182); }

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

background-color css

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

 a { background-color: rgb(165,20,182); }

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

border-color css

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

 span { border-color: rgb(165,20,182); }

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