Html Css Color HEX #A55EAA Violet Blue

📋 copy color: '#A55EAA'

red 165 ◦ green 94 ◦ blue 170

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

Shades of Violet Blue #A55EAA

Tints of Violet Blue #A55EAA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.91%

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

R = 38.46%
G = 21.91%
B = 39.63%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A55EAA (or 0xA55EAA) is known color: Violet Blue. HEX triplet: A5, 5E and AA. RGB value is (165,94,170). Sum of RGB (Red+Green+Blue) = 165+94+170=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #A55EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55EAA is #5AA155. Grayscale: #7B7B7B. Windows color (decimal): -5939542 or 11165349. OLE color: 11165349.

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

Color convert

RGB 165 94 170 -
CMYK 0.03 0.45 0 0.33
HSL 296.05º 0.31% 0.52% -
HSV(B) 296.05º 0.45% 0.67% -
XYZ 26.78 18.91 40.27 -
YUV 123.89 154.02 157.32 -
System Red Green Blue C M Y K H S L
Decimal 165 94 170 0.03 0.45 0 0.33 296.05 0.31 0.52
Hex A5 5E AA 3 2D 0 21 128 1F 34
Octal 245 136 252 3 55 0 41 450 37 64
Binary 10100101 1011110 10101010 11 101101 0 100001 100101000 11111 110100

Color Harmonies of #A55EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55EAA

Black with #A55EAA

Text Example


Text Example

White with #A55EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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