Html Css Color HEX #A558A2 Violet Blue

📋 copy color: '#A558A2'

red 165 ◦ green 88 ◦ blue 162

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

Shades of Violet Blue #A558A2

Tints of Violet Blue #A558A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 39.04%

R = 39.76%
G = 21.2%
B = 39.04%

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

#A558A2 (or 0xA558A2) is known color: Violet Blue. HEX triplet: A5, 58 and A2. RGB value is (165,88,162). Sum of RGB (Red+Green+Blue) = 165+88+162=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 165 - color contains mainly: red. Hex color #A558A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A558A2 is #5AA75D. Grayscale: #777777. Windows color (decimal): -5941086 or 10639525. OLE color: 10639525.

HSL color Cylindrical-coordinate representation of color #A558A2: hue angle of 302.34º 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 #A558A2 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 88 162 -
CMYK 0 0.47 0.02 0.35
HSL 302.34º 0.3% 0.5% -
HSV(B) 302.34º 0.47% 0.65% -
XYZ 25.53 17.59 36.23 -
YUV 119.46 152.01 160.48 -
System Red Green Blue C M Y K H S L
Decimal 165 88 162 0 0.47 0.02 0.35 302.34 0.3 0.5
Hex A5 58 A2 0 2F 2 23 12E 1E 32
Octal 245 130 242 0 57 2 43 456 36 62
Binary 10100101 1011000 10100010 0 101111 10 100011 100101110 11110 110010

Color Harmonies of #A558A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A558A2

Black with #A558A2

Text Example


Text Example

White with #A558A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A558A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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