Html Css Color HEX #A575AB Violet Blue

📋 copy color: '#A575AB'

red 165 ◦ green 117 ◦ blue 171

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

Shades of Violet Blue #A575AB

Tints of Violet Blue #A575AB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.83%

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

R = 36.42%
G = 25.83%
B = 37.75%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A575AB (or 0xA575AB) is known color: Violet Blue. HEX triplet: A5, 75 and AB. RGB value is (165,117,171). Sum of RGB (Red+Green+Blue) = 165+117+171=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #A575AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A575AB is #5A8A54. Grayscale: #898989. Windows color (decimal): -5933653 or 11236773. OLE color: 11236773.

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

Color convert

RGB 165 117 171 -
CMYK 0.04 0.32 0 0.33
HSL 293.33º 0.24% 0.56% -
HSV(B) 293.33º 0.32% 0.67% -
XYZ 29.23 23.66 41.55 -
YUV 137.51 146.9 147.61 -
System Red Green Blue C M Y K H S L
Decimal 165 117 171 0.04 0.32 0 0.33 293.33 0.24 0.56
Hex A5 75 AB 4 20 0 21 125 18 38
Octal 245 165 253 4 40 0 41 445 30 70
Binary 10100101 1110101 10101011 100 100000 0 100001 100100101 11000 111000

Color Harmonies of #A575AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A575AB

Black with #A575AB

Text Example


Text Example

White with #A575AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A575AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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