Html Css Color HEX #A55EAC Violet Blue

📋 copy color: '#A55EAC'

red 165 ◦ green 94 ◦ blue 172

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

Shades of Violet Blue #A55EAC

Tints of Violet Blue #A55EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.91%

R = 38.28%
G = 21.81%
B = 39.91%

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

#A55EAC (or 0xA55EAC) is known color: Violet Blue. HEX triplet: A5, 5E and AC. RGB value is (165,94,172). Sum of RGB (Red+Green+Blue) = 165+94+172=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #A55EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55EAC is #5AA153. Grayscale: #7B7B7B. Windows color (decimal): -5939540 or 11296421. OLE color: 11296421.

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

Color convert

RGB 165 94 172 -
CMYK 0.04 0.45 0 0.33
HSL 294.62º 0.32% 0.52% -
HSV(B) 294.62º 0.45% 0.67% -
XYZ 26.97 18.98 41.27 -
YUV 124.12 155.02 157.16 -
System Red Green Blue C M Y K H S L
Decimal 165 94 172 0.04 0.45 0 0.33 294.62 0.32 0.52
Hex A5 5E AC 4 2D 0 21 127 20 34
Octal 245 136 254 4 55 0 41 447 40 64
Binary 10100101 1011110 10101100 100 101101 0 100001 100100111 100000 110100

Color Harmonies of #A55EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55EAC

Black with #A55EAC

Text Example


Text Example

White with #A55EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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