Html Css Color HEX #A558A1 Violet Blue

📋 copy color: '#A558A1'

red 165 ◦ green 88 ◦ blue 161

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

Shades of Violet Blue #A558A1

Tints of Violet Blue #A558A1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.26%

 BLUE value IS 161 (63.28% from 255) = 38.89%

R = 39.86%
G = 21.26%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A558A1 (or 0xA558A1) is known color: Violet Blue. HEX triplet: A5, 58 and A1. RGB value is (165,88,161). Sum of RGB (Red+Green+Blue) = 165+88+161=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 161 (63.28% from 255 or 38.89% from 414); Max value from RGB is 165 - color contains mainly: red. Hex color #A558A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A558A1 is #5AA75E. Grayscale: #777777. Windows color (decimal): -5941087 or 10573989. OLE color: 10573989.

HSL color Cylindrical-coordinate representation of color #A558A1: hue angle of 303.12º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A558A1 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 88 161 -
CMYK 0 0.47 0.02 0.35
HSL 303.12º 0.3% 0.5% -
HSV(B) 303.12º 0.47% 0.65% -
XYZ 25.44 17.55 35.77 -
YUV 119.35 151.51 160.56 -
System Red Green Blue C M Y K H S L
Decimal 165 88 161 0 0.47 0.02 0.35 303.12 0.3 0.5
Hex A5 58 A1 0 2F 2 23 12F 1E 32
Octal 245 130 241 0 57 2 43 457 36 62
Binary 10100101 1011000 10100001 0 101111 10 100011 100101111 11110 110010

Color Harmonies of #A558A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A558A1

Black with #A558A1

Text Example


Text Example

White with #A558A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A558A1; }

 p { color: rgb(165,88,161); }

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

background-color css

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

 a { background-color: rgb(165,88,161); }

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

border-color css

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

 span { border-color: rgb(165,88,161); }

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