Html Css Color HEX #A55BAE Violet Blue

📋 copy color: '#A55BAE'

red 165 ◦ green 91 ◦ blue 174

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

Shades of Violet Blue #A55BAE

Tints of Violet Blue #A55BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.47%

R = 38.37%
G = 21.16%
B = 40.47%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A55BAE (or 0xA55BAE) is known color: Violet Blue. HEX triplet: A5, 5B and AE. RGB value is (165,91,174). Sum of RGB (Red+Green+Blue) = 165+91+174=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #A55BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55BAE is #5AA451. Grayscale: #7A7A7A. Windows color (decimal): -5940306 or 11426725. OLE color: 11426725.

HSL color Cylindrical-coordinate representation of color #A55BAE: hue angle of 293.49º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A55BAE is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 91 174 -
CMYK 0.05 0.48 0 0.32
HSL 293.49º 0.34% 0.52% -
HSV(B) 293.49º 0.48% 0.68% -
XYZ 26.9 18.54 42.2 -
YUV 122.59 157.02 158.25 -
System Red Green Blue C M Y K H S L
Decimal 165 91 174 0.05 0.48 0 0.32 293.49 0.34 0.52
Hex A5 5B AE 5 30 0 20 125 22 34
Octal 245 133 256 5 60 0 40 445 42 64
Binary 10100101 1011011 10101110 101 110000 0 100000 100100101 100010 110100

Color Harmonies of #A55BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55BAE

Black with #A55BAE

Text Example


Text Example

White with #A55BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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