Html Css Color HEX #A558AD Violet Blue

📋 copy color: '#A558AD'

red 165 ◦ green 88 ◦ blue 173

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

Shades of Violet Blue #A558AD

Tints of Violet Blue #A558AD

RGB

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

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

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

R = 38.73%
G = 20.66%
B = 40.61%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A558AD (or 0xA558AD) is known color: Violet Blue. HEX triplet: A5, 58 and AD. RGB value is (165,88,173). Sum of RGB (Red+Green+Blue) = 165+88+173=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #A558AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A558AD is #5AA752. Grayscale: #787878. Windows color (decimal): -5941075 or 11360421. OLE color: 11360421.

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

Color convert

RGB 165 88 173 -
CMYK 0.05 0.49 0 0.32
HSL 294.35º 0.34% 0.51% -
HSV(B) 294.35º 0.49% 0.68% -
XYZ 26.55 18 41.61 -
YUV 120.71 157.51 159.59 -
System Red Green Blue C M Y K H S L
Decimal 165 88 173 0.05 0.49 0 0.32 294.35 0.34 0.51
Hex A5 58 AD 5 31 0 20 126 22 33
Octal 245 130 255 5 61 0 40 446 42 63
Binary 10100101 1011000 10101101 101 110001 0 100000 100100110 100010 110011

Color Harmonies of #A558AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A558AD

Black with #A558AD

Text Example


Text Example

White with #A558AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A558AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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