Html Css Color HEX #A055A4 Violet Blue

📋 copy color: '#A055A4'

red 160 ◦ green 85 ◦ blue 164

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

Shades of Violet Blue #A055A4

Tints of Violet Blue #A055A4

RGB

 RED value IS 160 (62.89% from 255) = 39.12%

 GREEN value IS 85 (33.59% from 255) = 20.78%

 BLUE value IS 164 (64.45% from 255) = 40.1%

R = 39.12%
G = 20.78%
B = 40.1%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A055A4 (or 0xA055A4) is known color: Violet Blue. HEX triplet: A0, 55 and A4. RGB value is (160,85,164). Sum of RGB (Red+Green+Blue) = 160+85+164=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 164 (64.45% from 255 or 40.10% from 409); Max value from RGB is 164 - color contains mainly: blue. Hex color #A055A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A055A4 is #5FAA5B. Grayscale: #747474. Windows color (decimal): -6269532 or 10769824. OLE color: 10769824.

HSL color Cylindrical-coordinate representation of color #A055A4: hue angle of 296.96º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A055A4 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 85 164 -
CMYK 0.02 0.48 0 0.36
HSL 296.96º 0.32% 0.49% -
HSV(B) 296.96º 0.48% 0.64% -
XYZ 24.45 16.65 37.05 -
YUV 116.43 154.85 159.08 -
System Red Green Blue C M Y K H S L
Decimal 160 85 164 0.02 0.48 0 0.36 296.96 0.32 0.49
Hex A0 55 A4 2 30 0 24 129 20 31
Octal 240 125 244 2 60 0 44 451 40 61
Binary 10100000 1010101 10100100 10 110000 0 100100 100101001 100000 110001

Color Harmonies of #A055A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A055A4

Black with #A055A4

Text Example


Text Example

White with #A055A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A055A4; }

 p { color: rgb(160,85,164); }

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

background-color css

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

 a { background-color: rgb(160,85,164); }

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

border-color css

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

 span { border-color: rgb(160,85,164); }

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