Html Css Color HEX #A55BA2 Violet Blue

📋 copy color: '#A55BA2'

red 165 ◦ green 91 ◦ blue 162

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

Shades of Violet Blue #A55BA2

Tints of Violet Blue #A55BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.76%

R = 39.47%
G = 21.77%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A55BA2 (or 0xA55BA2) is known color: Violet Blue. HEX triplet: A5, 5B and A2. RGB value is (165,91,162). Sum of RGB (Red+Green+Blue) = 165+91+162=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 165 - color contains mainly: red. Hex color #A55BA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55BA2 is #5AA45D. Grayscale: #797979. Windows color (decimal): -5940318 or 10640293. OLE color: 10640293.

HSL color Cylindrical-coordinate representation of color #A55BA2: hue angle of 302.43º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A55BA2 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 91 162 -
CMYK 0 0.45 0.02 0.35
HSL 302.43º 0.29% 0.5% -
HSV(B) 302.43º 0.45% 0.65% -
XYZ 25.78 18.09 36.32 -
YUV 121.22 151.02 159.23 -
System Red Green Blue C M Y K H S L
Decimal 165 91 162 0 0.45 0.02 0.35 302.43 0.29 0.5
Hex A5 5B A2 0 2D 2 23 12E 1D 32
Octal 245 133 242 0 55 2 43 456 35 62
Binary 10100101 1011011 10100010 0 101101 10 100011 100101110 11101 110010

Color Harmonies of #A55BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55BA2

Black with #A55BA2

Text Example


Text Example

White with #A55BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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