Html Css Color HEX #A575AC Violet Blue

📋 copy color: '#A575AC'

red 165 ◦ green 117 ◦ blue 172

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

Shades of Violet Blue #A575AC

Tints of Violet Blue #A575AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.89%

R = 36.34%
G = 25.77%
B = 37.89%

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

#A575AC (or 0xA575AC) is known color: Violet Blue. HEX triplet: A5, 75 and AC. RGB value is (165,117,172). Sum of RGB (Red+Green+Blue) = 165+117+172=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 172 - color contains mainly: blue. Hex color #A575AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A575AC is #5A8A53. Grayscale: #898989. Windows color (decimal): -5933652 or 11302309. OLE color: 11302309.

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

Color convert

RGB 165 117 172 -
CMYK 0.04 0.32 0 0.33
HSL 292.36º 0.25% 0.57% -
HSV(B) 292.36º 0.32% 0.67% -
XYZ 29.32 23.7 42.06 -
YUV 137.62 147.4 147.53 -
System Red Green Blue C M Y K H S L
Decimal 165 117 172 0.04 0.32 0 0.33 292.36 0.25 0.57
Hex A5 75 AC 4 20 0 21 124 19 39
Octal 245 165 254 4 40 0 41 444 31 71
Binary 10100101 1110101 10101100 100 100000 0 100001 100100100 11001 111001

Color Harmonies of #A575AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A575AC

Black with #A575AC

Text Example


Text Example

White with #A575AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A575AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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