Html Css Color HEX #A554AB Violet Blue

📋 copy color: '#A554AB'

red 165 ◦ green 84 ◦ blue 171

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

Shades of Violet Blue #A554AB

Tints of Violet Blue #A554AB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20%

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

R = 39.29%
G = 20%
B = 40.71%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A554AB (or 0xA554AB) is known color: Violet Blue. HEX triplet: A5, 54 and AB. RGB value is (165,84,171). Sum of RGB (Red+Green+Blue) = 165+84+171=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #A554AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A554AB is #5AAB54. Grayscale: #757575. Windows color (decimal): -5942101 or 11228325. OLE color: 11228325.

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

Color convert

RGB 165 84 171 -
CMYK 0.04 0.51 0 0.33
HSL 295.86º 0.34% 0.5% -
HSV(B) 295.86º 0.51% 0.67% -
XYZ 26.04 17.28 40.49 -
YUV 118.14 157.84 161.43 -
System Red Green Blue C M Y K H S L
Decimal 165 84 171 0.04 0.51 0 0.33 295.86 0.34 0.5
Hex A5 54 AB 4 33 0 21 128 22 32
Octal 245 124 253 4 63 0 41 450 42 62
Binary 10100101 1010100 10101011 100 110011 0 100001 100101000 100010 110010

Color Harmonies of #A554AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A554AB

Black with #A554AB

Text Example


Text Example

White with #A554AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A554AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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