Html Css Color HEX #A55399 Violet Blue

📋 copy color: '#A55399'

red 165 ◦ green 83 ◦ blue 153

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

Shades of Violet Blue #A55399

Tints of Violet Blue #A55399

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.7%

 BLUE value IS 153 (60.16% from 255) = 38.15%

R = 41.15%
G = 20.7%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A55399 (or 0xA55399) is known color: Violet Blue. HEX triplet: A5, 53 and 99. RGB value is (165,83,153). Sum of RGB (Red+Green+Blue) = 165+83+153=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A55399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55399 is #5AAC66. Grayscale: #737373. Windows color (decimal): -5942375 or 10048421. OLE color: 10048421.

HSL color Cylindrical-coordinate representation of color #A55399: hue angle of 308.78º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A55399 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 83 153 -
CMYK 0 0.50 0.07 0.35
HSL 308.78º 0.33% 0.49% -
HSV(B) 308.78º 0.5% 0.65% -
XYZ 24.36 16.49 32.04 -
YUV 115.5 149.17 163.31 -
System Red Green Blue C M Y K H S L
Decimal 165 83 153 0 0.50 0.07 0.35 308.78 0.33 0.49
Hex A5 53 99 0 32 7 23 135 21 31
Octal 245 123 231 0 62 7 43 465 41 61
Binary 10100101 1010011 10011001 0 110010 111 100011 100110101 100001 110001

Color Harmonies of #A55399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55399

Black with #A55399

Text Example


Text Example

White with #A55399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55399; }

 p { color: rgb(165,83,153); }

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

background-color css

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

 a { background-color: rgb(165,83,153); }

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

border-color css

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

 span { border-color: rgb(165,83,153); }

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