Html Css Color HEX #A358A0 Violet Blue

📋 copy color: '#A358A0'

red 163 ◦ green 88 ◦ blue 160

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

Shades of Violet Blue #A358A0

Tints of Violet Blue #A358A0

RGB

 RED value IS 163 (64.06% from 255) = 39.66%

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

 BLUE value IS 160 (62.89% from 255) = 38.93%

R = 39.66%
G = 21.41%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A358A0 (or 0xA358A0) is known color: Violet Blue. HEX triplet: A3, 58 and A0. RGB value is (163,88,160). Sum of RGB (Red+Green+Blue) = 163+88+160=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A358A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A358A0 is #5CA75F. Grayscale: #767676. Windows color (decimal): -6072160 or 10508451. OLE color: 10508451.

HSL color Cylindrical-coordinate representation of color #A358A0: hue angle of 302.4º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A358A0 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 88 160 -
CMYK 0 0.46 0.02 0.36
HSL 302.4º 0.3% 0.49% -
HSV(B) 302.4º 0.46% 0.64% -
XYZ 24.94 17.3 35.28 -
YUV 118.63 151.35 159.65 -
System Red Green Blue C M Y K H S L
Decimal 163 88 160 0 0.46 0.02 0.36 302.4 0.3 0.49
Hex A3 58 A0 0 2E 2 24 12E 1E 31
Octal 243 130 240 0 56 2 44 456 36 61
Binary 10100011 1011000 10100000 0 101110 10 100100 100101110 11110 110001

Color Harmonies of #A358A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A358A0

Black with #A358A0

Text Example


Text Example

White with #A358A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A358A0; }

 p { color: rgb(163,88,160); }

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

background-color css

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

 a { background-color: rgb(163,88,160); }

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

border-color css

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

 span { border-color: rgb(163,88,160); }

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