Html Css Color HEX #A55698 Violet Blue

📋 copy color: '#A55698'

red 165 ◦ green 86 ◦ blue 152

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

Shades of Violet Blue #A55698

Tints of Violet Blue #A55698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.34%

 BLUE value IS 152 (59.77% from 255) = 37.72%

R = 40.94%
G = 21.34%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A55698 (or 0xA55698) is known color: Violet Blue. HEX triplet: A5, 56 and 98. RGB value is (165,86,152). Sum of RGB (Red+Green+Blue) = 165+86+152=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A55698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55698 is #5AA967. Grayscale: #747474. Windows color (decimal): -5941608 or 9983653. OLE color: 9983653.

HSL color Cylindrical-coordinate representation of color #A55698: hue angle of 309.87º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A55698 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 86 152 -
CMYK 0 0.48 0.08 0.35
HSL 309.87º 0.31% 0.49% -
HSV(B) 309.87º 0.48% 0.65% -
XYZ 24.51 16.92 31.68 -
YUV 117.15 147.67 162.13 -
System Red Green Blue C M Y K H S L
Decimal 165 86 152 0 0.48 0.08 0.35 309.87 0.31 0.49
Hex A5 56 98 0 30 8 23 136 1F 31
Octal 245 126 230 0 60 10 43 466 37 61
Binary 10100101 1010110 10011000 0 110000 1000 100011 100110110 11111 110001

Color Harmonies of #A55698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55698

Black with #A55698

Text Example


Text Example

White with #A55698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55698; }

 p { color: rgb(165,86,152); }

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

background-color css

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

 a { background-color: rgb(165,86,152); }

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

border-color css

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

 span { border-color: rgb(165,86,152); }

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