Html Css Color HEX #A55BAA Violet Blue

📋 copy color: '#A55BAA'

red 165 ◦ green 91 ◦ blue 170

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

Shades of Violet Blue #A55BAA

Tints of Violet Blue #A55BAA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.36%

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

R = 38.73%
G = 21.36%
B = 39.91%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A55BAA (or 0xA55BAA) is known color: Violet Blue. HEX triplet: A5, 5B and AA. RGB value is (165,91,170). Sum of RGB (Red+Green+Blue) = 165+91+170=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #A55BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55BAA is #5AA455. Grayscale: #797979. Windows color (decimal): -5940310 or 11164581. OLE color: 11164581.

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

Color convert

RGB 165 91 170 -
CMYK 0.03 0.46 0 0.33
HSL 296.2º 0.32% 0.51% -
HSV(B) 296.2º 0.46% 0.67% -
XYZ 26.51 18.38 40.18 -
YUV 122.13 155.02 158.58 -
System Red Green Blue C M Y K H S L
Decimal 165 91 170 0.03 0.46 0 0.33 296.2 0.32 0.51
Hex A5 5B AA 3 2E 0 21 128 20 33
Octal 245 133 252 3 56 0 41 450 40 63
Binary 10100101 1011011 10101010 11 101110 0 100001 100101000 100000 110011

Color Harmonies of #A55BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55BAA

Black with #A55BAA

Text Example


Text Example

White with #A55BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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