Html Css Color HEX #A55EAB Violet Blue

📋 copy color: '#A55EAB'

red 165 ◦ green 94 ◦ blue 171

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

Shades of Violet Blue #A55EAB

Tints of Violet Blue #A55EAB

RGB

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

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

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

R = 38.37%
G = 21.86%
B = 39.77%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A55EAB (or 0xA55EAB) is known color: Violet Blue. HEX triplet: A5, 5E and AB. RGB value is (165,94,171). Sum of RGB (Red+Green+Blue) = 165+94+171=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #A55EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55EAB is #5AA154. Grayscale: #7B7B7B. Windows color (decimal): -5939541 or 11230885. OLE color: 11230885.

HSL color Cylindrical-coordinate representation of color #A55EAB: hue angle of 295.32º 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 #A55EAB is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 94 171 -
CMYK 0.04 0.45 0 0.33
HSL 295.32º 0.31% 0.52% -
HSV(B) 295.32º 0.45% 0.67% -
XYZ 26.87 18.95 40.77 -
YUV 124.01 154.52 157.24 -
System Red Green Blue C M Y K H S L
Decimal 165 94 171 0.04 0.45 0 0.33 295.32 0.31 0.52
Hex A5 5E AB 4 2D 0 21 127 1F 34
Octal 245 136 253 4 55 0 41 447 37 64
Binary 10100101 1011110 10101011 100 101101 0 100001 100100111 11111 110100

Color Harmonies of #A55EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55EAB

Black with #A55EAB

Text Example


Text Example

White with #A55EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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