Html Css Color HEX #A571AB Violet Blue

📋 copy color: '#A571AB'

red 165 ◦ green 113 ◦ blue 171

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

Shades of Violet Blue #A571AB

Tints of Violet Blue #A571AB

RGB

 RED value IS 165 (64.84% from 255) = 36.75%

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

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

R = 36.75%
G = 25.17%
B = 38.08%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A571AB (or 0xA571AB) is known color: Violet Blue. HEX triplet: A5, 71 and AB. RGB value is (165,113,171). Sum of RGB (Red+Green+Blue) = 165+113+171=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: blue. Hex color #A571AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A571AB is #5A8E54. Grayscale: #868686. Windows color (decimal): -5934677 or 11235749. OLE color: 11235749.

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

Color convert

RGB 165 113 171 -
CMYK 0.04 0.34 0 0.33
HSL 293.79º 0.26% 0.56% -
HSV(B) 293.79º 0.34% 0.67% -
XYZ 28.77 22.75 41.4 -
YUV 135.16 148.23 149.28 -
System Red Green Blue C M Y K H S L
Decimal 165 113 171 0.04 0.34 0 0.33 293.79 0.26 0.56
Hex A5 71 AB 4 22 0 21 126 1A 38
Octal 245 161 253 4 42 0 41 446 32 70
Binary 10100101 1110001 10101011 100 100010 0 100001 100100110 11010 111000

Color Harmonies of #A571AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A571AB

Black with #A571AB

Text Example


Text Example

White with #A571AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A571AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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