Html Css Color HEX #A055A8 Violet Blue

📋 copy color: '#A055A8'

red 160 ◦ green 85 ◦ blue 168

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

Shades of Violet Blue #A055A8

Tints of Violet Blue #A055A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.68%

R = 38.74%
G = 20.58%
B = 40.68%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A055A8 (or 0xA055A8) is known color: Violet Blue. HEX triplet: A0, 55 and A8. RGB value is (160,85,168). Sum of RGB (Red+Green+Blue) = 160+85+168=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 168 (66.02% from 255 or 40.68% from 413); Max value from RGB is 168 - color contains mainly: blue. Hex color #A055A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A055A8 is #5FAA57. Grayscale: #747474. Windows color (decimal): -6269528 or 11031968. OLE color: 11031968.

HSL color Cylindrical-coordinate representation of color #A055A8: hue angle of 294.22º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A055A8 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 160 85 168 -
CMYK 0.05 0.49 0 0.34
HSL 294.22º 0.33% 0.5% -
HSV(B) 294.22º 0.49% 0.66% -
XYZ 24.81 16.8 38.98 -
YUV 116.89 156.85 158.75 -
System Red Green Blue C M Y K H S L
Decimal 160 85 168 0.05 0.49 0 0.34 294.22 0.33 0.5
Hex A0 55 A8 5 31 0 22 126 21 32
Octal 240 125 250 5 61 0 42 446 41 62
Binary 10100000 1010101 10101000 101 110001 0 100010 100100110 100001 110010

Color Harmonies of #A055A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A055A8

Black with #A055A8

Text Example


Text Example

White with #A055A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A055A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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