Html Css Color HEX #A271AB Violet Blue

📋 copy color: '#A271AB'

red 162 ◦ green 113 ◦ blue 171

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

Shades of Violet Blue #A271AB

Tints of Violet Blue #A271AB

RGB

 RED value IS 162 (63.67% from 255) = 36.32%

 GREEN value IS 113 (44.53% from 255) = 25.34%

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

R = 36.32%
G = 25.34%
B = 38.34%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A271AB (or 0xA271AB) is known color: Violet Blue. HEX triplet: A2, 71 and AB. RGB value is (162,113,171). Sum of RGB (Red+Green+Blue) = 162+113+171=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #A271AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A271AB is #5D8E54. Grayscale: #868686. Windows color (decimal): -6131285 or 11235746. OLE color: 11235746.

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

Color convert

RGB 162 113 171 -
CMYK 0.05 0.34 0 0.33
HSL 290.69º 0.26% 0.56% -
HSV(B) 290.69º 0.34% 0.67% -
XYZ 28.16 22.43 41.37 -
YUV 134.26 148.73 147.78 -
System Red Green Blue C M Y K H S L
Decimal 162 113 171 0.05 0.34 0 0.33 290.69 0.26 0.56
Hex A2 71 AB 5 22 0 21 123 1A 38
Octal 242 161 253 5 42 0 41 443 32 70
Binary 10100010 1110001 10101011 101 100010 0 100001 100100011 11010 111000

Color Harmonies of #A271AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A271AB

Black with #A271AB

Text Example


Text Example

White with #A271AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A271AB; }

 p { color: rgb(162,113,171); }

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

background-color css

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

 a { background-color: rgb(162,113,171); }

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

border-color css

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

 span { border-color: rgb(162,113,171); }

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