Html Css Color HEX #A150AB Violet Blue

📋 copy color: '#A150AB'

red 161 ◦ green 80 ◦ blue 171

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

Shades of Violet Blue #A150AB

Tints of Violet Blue #A150AB

RGB

 RED value IS 161 (63.28% from 255) = 39.08%

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

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

R = 39.08%
G = 19.42%
B = 41.5%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A150AB (or 0xA150AB) is known color: Violet Blue. HEX triplet: A1, 50 and AB. RGB value is (161,80,171). Sum of RGB (Red+Green+Blue) = 161+80+171=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #A150AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A150AB is #5EAF54. Grayscale: #727272. Windows color (decimal): -6205269 or 11227297. OLE color: 11227297.

HSL color Cylindrical-coordinate representation of color #A150AB: hue angle of 293.41º 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 #A150AB is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 80 171 -
CMYK 0.06 0.53 0 0.33
HSL 293.41º 0.36% 0.49% -
HSV(B) 293.41º 0.53% 0.67% -
XYZ 24.92 16.25 40.35 -
YUV 114.59 159.84 161.1 -
System Red Green Blue C M Y K H S L
Decimal 161 80 171 0.06 0.53 0 0.33 293.41 0.36 0.49
Hex A1 50 AB 6 35 0 21 125 24 31
Octal 241 120 253 6 65 0 41 445 44 61
Binary 10100001 1010000 10101011 110 110101 0 100001 100100101 100100 110001

Color Harmonies of #A150AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A150AB

Black with #A150AB

Text Example


Text Example

White with #A150AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A150AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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