Html Css Color HEX #A55FAC Violet Blue

📋 copy color: '#A55FAC'

red 165 ◦ green 95 ◦ blue 172

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

Shades of Violet Blue #A55FAC

Tints of Violet Blue #A55FAC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.99%

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

R = 38.19%
G = 21.99%
B = 39.81%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A55FAC (or 0xA55FAC) is known color: Violet Blue. HEX triplet: A5, 5F and AC. RGB value is (165,95,172). Sum of RGB (Red+Green+Blue) = 165+95+172=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 172 - color contains mainly: blue. Hex color #A55FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55FAC is #5AA053. Grayscale: #7C7C7C. Windows color (decimal): -5939284 or 11296677. OLE color: 11296677.

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

Color convert

RGB 165 95 172 -
CMYK 0.04 0.45 0 0.33
HSL 294.55º 0.32% 0.52% -
HSV(B) 294.55º 0.45% 0.67% -
XYZ 27.06 19.16 41.3 -
YUV 124.71 154.69 156.74 -
System Red Green Blue C M Y K H S L
Decimal 165 95 172 0.04 0.45 0 0.33 294.55 0.32 0.52
Hex A5 5F AC 4 2D 0 21 127 20 34
Octal 245 137 254 4 55 0 41 447 40 64
Binary 10100101 1011111 10101100 100 101101 0 100001 100100111 100000 110100

Color Harmonies of #A55FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55FAC

Black with #A55FAC

Text Example


Text Example

White with #A55FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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