Html Css Color HEX #A6509F Violet Blue

📋 copy color: '#A6509F'

red 166 ◦ green 80 ◦ blue 159

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

Shades of Violet Blue #A6509F

Tints of Violet Blue #A6509F

RGB

 RED value IS 166 (65.23% from 255) = 40.99%

 GREEN value IS 80 (31.64% from 255) = 19.75%

 BLUE value IS 159 (62.5% from 255) = 39.26%

R = 40.99%
G = 19.75%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A6509F (or 0xA6509F) is known color: Violet Blue. HEX triplet: A6, 50 and 9F. RGB value is (166,80,159). Sum of RGB (Red+Green+Blue) = 166+80+159=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A6509F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6509F is #59AF60. Grayscale: #727272. Windows color (decimal): -5877601 or 10440870. OLE color: 10440870.

HSL color Cylindrical-coordinate representation of color #A6509F: hue angle of 304.88º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A6509F is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 80 159 -
CMYK 0 0.52 0.04 0.35
HSL 304.88º 0.35% 0.48% -
HSV(B) 304.88º 0.52% 0.65% -
XYZ 24.85 16.35 34.65 -
YUV 114.72 152.99 164.58 -
System Red Green Blue C M Y K H S L
Decimal 166 80 159 0 0.52 0.04 0.35 304.88 0.35 0.48
Hex A6 50 9F 0 34 4 23 131 23 30
Octal 246 120 237 0 64 4 43 461 43 60
Binary 10100110 1010000 10011111 0 110100 100 100011 100110001 100011 110000

Color Harmonies of #A6509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6509F

Black with #A6509F

Text Example


Text Example

White with #A6509F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6509F; }

 p { color: rgb(166,80,159); }

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

background-color css

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

 a { background-color: rgb(166,80,159); }

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

border-color css

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

 span { border-color: rgb(166,80,159); }

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