Html Css Color HEX #A3509E Violet Blue

📋 copy color: '#A3509E'

red 163 ◦ green 80 ◦ blue 158

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

Shades of Violet Blue #A3509E

Tints of Violet Blue #A3509E

RGB

 RED value IS 163 (64.06% from 255) = 40.65%

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

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

R = 40.65%
G = 19.95%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A3509E (or 0xA3509E) is known color: Violet Blue. HEX triplet: A3, 50 and 9E. RGB value is (163,80,158). Sum of RGB (Red+Green+Blue) = 163+80+158=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 163 - color contains mainly: red. Hex color #A3509E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3509E is #5CAF61. Grayscale: #717171. Windows color (decimal): -6074210 or 10375331. OLE color: 10375331.

HSL color Cylindrical-coordinate representation of color #A3509E: hue angle of 303.61º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A3509E is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 80 158 -
CMYK 0 0.51 0.03 0.36
HSL 303.61º 0.34% 0.48% -
HSV(B) 303.61º 0.51% 0.64% -
XYZ 24.14 15.99 34.16 -
YUV 113.71 153 163.16 -
System Red Green Blue C M Y K H S L
Decimal 163 80 158 0 0.51 0.03 0.36 303.61 0.34 0.48
Hex A3 50 9E 0 33 3 24 130 22 30
Octal 243 120 236 0 63 3 44 460 42 60
Binary 10100011 1010000 10011110 0 110011 11 100100 100110000 100010 110000

Color Harmonies of #A3509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3509E

Black with #A3509E

Text Example


Text Example

White with #A3509E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3509E; }

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

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

background-color css

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

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

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

border-color css

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

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

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