Html Css Color HEX #A6509E Violet Blue

📋 copy color: '#A6509E'

red 166 ◦ green 80 ◦ blue 158

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

Shades of Violet Blue #A6509E

Tints of Violet Blue #A6509E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.11%

R = 41.09%
G = 19.8%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A6509E (or 0xA6509E) is known color: Violet Blue. HEX triplet: A6, 50 and 9E. RGB value is (166,80,158). Sum of RGB (Red+Green+Blue) = 166+80+158=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A6509E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6509E is #59AF61. Grayscale: #727272. Windows color (decimal): -5877602 or 10375334. OLE color: 10375334.

HSL color Cylindrical-coordinate representation of color #A6509E: hue angle of 305.58º 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 #A6509E is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 80 158 -
CMYK 0 0.52 0.05 0.35
HSL 305.58º 0.35% 0.48% -
HSV(B) 305.58º 0.52% 0.65% -
XYZ 24.77 16.31 34.19 -
YUV 114.61 152.49 164.66 -
System Red Green Blue C M Y K H S L
Decimal 166 80 158 0 0.52 0.05 0.35 305.58 0.35 0.48
Hex A6 50 9E 0 34 5 23 132 23 30
Octal 246 120 236 0 64 5 43 462 43 60
Binary 10100110 1010000 10011110 0 110100 101 100011 100110010 100011 110000

Color Harmonies of #A6509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6509E

Black with #A6509E

Text Example


Text Example

White with #A6509E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6509E; }

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

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

background-color css

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

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

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

border-color css

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

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

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