Html Css Color HEX #A350AB Violet Blue

📋 copy color: '#A350AB'

red 163 ◦ green 80 ◦ blue 171

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

Shades of Violet Blue #A350AB

Tints of Violet Blue #A350AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.3%

R = 39.37%
G = 19.32%
B = 41.3%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A350AB (or 0xA350AB) is known color: Violet Blue. HEX triplet: A3, 50 and AB. RGB value is (163,80,171). Sum of RGB (Red+Green+Blue) = 163+80+171=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #A350AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A350AB is #5CAF54. Grayscale: #727272. Windows color (decimal): -6074197 or 11227299. OLE color: 11227299.

HSL color Cylindrical-coordinate representation of color #A350AB: hue angle of 294.73º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A350AB is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 80 171 -
CMYK 0.05 0.53 0 0.33
HSL 294.73º 0.36% 0.49% -
HSV(B) 294.73º 0.53% 0.67% -
XYZ 25.32 16.46 40.37 -
YUV 115.19 159.5 162.1 -
System Red Green Blue C M Y K H S L
Decimal 163 80 171 0.05 0.53 0 0.33 294.73 0.36 0.49
Hex A3 50 AB 5 35 0 21 127 24 31
Octal 243 120 253 5 65 0 41 447 44 61
Binary 10100011 1010000 10101011 101 110101 0 100001 100100111 100100 110001

Color Harmonies of #A350AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A350AB

Black with #A350AB

Text Example


Text Example

White with #A350AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A350AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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