Html Css Color HEX #A55AAD Violet Blue

📋 copy color: '#A55AAD'

red 165 ◦ green 90 ◦ blue 173

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

Shades of Violet Blue #A55AAD

Tints of Violet Blue #A55AAD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.03%

 BLUE value IS 173 (67.97% from 255) = 40.42%

R = 38.55%
G = 21.03%
B = 40.42%

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

#A55AAD (or 0xA55AAD) is known color: Violet Blue. HEX triplet: A5, 5A and AD. RGB value is (165,90,173). Sum of RGB (Red+Green+Blue) = 165+90+173=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #A55AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55AAD is #5AA552. Grayscale: #797979. Windows color (decimal): -5940563 or 11360933. OLE color: 11360933.

HSL color Cylindrical-coordinate representation of color #A55AAD: hue angle of 294.22º 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 #A55AAD is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 90 173 -
CMYK 0.05 0.48 0 0.32
HSL 294.22º 0.34% 0.52% -
HSV(B) 294.22º 0.48% 0.68% -
XYZ 26.72 18.33 41.66 -
YUV 121.89 156.85 158.75 -
System Red Green Blue C M Y K H S L
Decimal 165 90 173 0.05 0.48 0 0.32 294.22 0.34 0.52
Hex A5 5A AD 5 30 0 20 126 22 34
Octal 245 132 255 5 60 0 40 446 42 64
Binary 10100101 1011010 10101101 101 110000 0 100000 100100110 100010 110100

Color Harmonies of #A55AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55AAD

Black with #A55AAD

Text Example


Text Example

White with #A55AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55AAD; }

 p { color: rgb(165,90,173); }

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

background-color css

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

 a { background-color: rgb(165,90,173); }

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

border-color css

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

 span { border-color: rgb(165,90,173); }

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