Html Css Color HEX #A551AA Violet Blue

📋 copy color: '#A551AA'

red 165 ◦ green 81 ◦ blue 170

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

Shades of Violet Blue #A551AA

Tints of Violet Blue #A551AA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.47%

 BLUE value IS 170 (66.8% from 255) = 40.87%

R = 39.66%
G = 19.47%
B = 40.87%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A551AA (or 0xA551AA) is known color: Violet Blue. HEX triplet: A5, 51 and AA. RGB value is (165,81,170). Sum of RGB (Red+Green+Blue) = 165+81+170=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #A551AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A551AA is #5AAE55. Grayscale: #737373. Windows color (decimal): -5942870 or 11162021. OLE color: 11162021.

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

Color convert

RGB 165 81 170 -
CMYK 0.03 0.52 0 0.33
HSL 296.63º 0.35% 0.49% -
HSV(B) 296.63º 0.52% 0.67% -
XYZ 25.72 16.79 39.91 -
YUV 116.26 158.33 162.76 -
System Red Green Blue C M Y K H S L
Decimal 165 81 170 0.03 0.52 0 0.33 296.63 0.35 0.49
Hex A5 51 AA 3 34 0 21 129 23 31
Octal 245 121 252 3 64 0 41 451 43 61
Binary 10100101 1010001 10101010 11 110100 0 100001 100101001 100011 110001

Color Harmonies of #A551AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A551AA

Black with #A551AA

Text Example


Text Example

White with #A551AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A551AA; }

 p { color: rgb(165,81,170); }

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

background-color css

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

 a { background-color: rgb(165,81,170); }

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

border-color css

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

 span { border-color: rgb(165,81,170); }

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