Html Css Color HEX #A3509B Violet Blue

📋 copy color: '#A3509B'

red 163 ◦ green 80 ◦ blue 155

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

Shades of Violet Blue #A3509B

Tints of Violet Blue #A3509B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.94%

R = 40.95%
G = 20.1%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A3509B (or 0xA3509B) is known color: Violet Blue. HEX triplet: A3, 50 and 9B. RGB value is (163,80,155). Sum of RGB (Red+Green+Blue) = 163+80+155=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 163 - color contains mainly: red. Hex color #A3509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3509B is #5CAF64. Grayscale: #717171. Windows color (decimal): -6074213 or 10178723. OLE color: 10178723.

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

Color convert

RGB 163 80 155 -
CMYK 0 0.51 0.05 0.36
HSL 305.78º 0.34% 0.48% -
HSV(B) 305.78º 0.51% 0.64% -
XYZ 23.89 15.89 32.82 -
YUV 113.37 151.5 163.4 -
System Red Green Blue C M Y K H S L
Decimal 163 80 155 0 0.51 0.05 0.36 305.78 0.34 0.48
Hex A3 50 9B 0 33 5 24 132 22 30
Octal 243 120 233 0 63 5 44 462 42 60
Binary 10100011 1010000 10011011 0 110011 101 100100 100110010 100010 110000

Color Harmonies of #A3509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3509B

Black with #A3509B

Text Example


Text Example

White with #A3509B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3509B; }

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

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

background-color css

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

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

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

border-color css

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

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

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