Html Css Color HEX #A55DAE Violet Blue

📋 copy color: '#A55DAE'

red 165 ◦ green 93 ◦ blue 174

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

Shades of Violet Blue #A55DAE

Tints of Violet Blue #A55DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.53%

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

R = 38.19%
G = 21.53%
B = 40.28%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A55DAE (or 0xA55DAE) is known color: Violet Blue. HEX triplet: A5, 5D and AE. RGB value is (165,93,174). Sum of RGB (Red+Green+Blue) = 165+93+174=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #A55DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55DAE is #5AA251. Grayscale: #7B7B7B. Windows color (decimal): -5939794 or 11427237. OLE color: 11427237.

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

Color convert

RGB 165 93 174 -
CMYK 0.05 0.47 0 0.32
HSL 293.33º 0.33% 0.52% -
HSV(B) 293.33º 0.47% 0.68% -
XYZ 27.07 18.88 42.26 -
YUV 123.76 156.35 157.41 -
System Red Green Blue C M Y K H S L
Decimal 165 93 174 0.05 0.47 0 0.32 293.33 0.33 0.52
Hex A5 5D AE 5 2F 0 20 125 21 34
Octal 245 135 256 5 57 0 40 445 41 64
Binary 10100101 1011101 10101110 101 101111 0 100000 100100101 100001 110100

Color Harmonies of #A55DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55DAE

Black with #A55DAE

Text Example


Text Example

White with #A55DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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