Html Css Color HEX #A358AB Violet Blue

📋 copy color: '#A358AB'

red 163 ◦ green 88 ◦ blue 171

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

Shades of Violet Blue #A358AB

Tints of Violet Blue #A358AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.52%

R = 38.63%
G = 20.85%
B = 40.52%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A358AB (or 0xA358AB) is known color: Violet Blue. HEX triplet: A3, 58 and AB. RGB value is (163,88,171). Sum of RGB (Red+Green+Blue) = 163+88+171=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #A358AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A358AB is #5CA754. Grayscale: #777777. Windows color (decimal): -6072149 or 11229347. OLE color: 11229347.

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

Color convert

RGB 163 88 171 -
CMYK 0.05 0.49 0 0.33
HSL 294.22º 0.33% 0.51% -
HSV(B) 294.22º 0.49% 0.67% -
XYZ 25.94 17.71 40.58 -
YUV 119.89 156.85 158.75 -
System Red Green Blue C M Y K H S L
Decimal 163 88 171 0.05 0.49 0 0.33 294.22 0.33 0.51
Hex A3 58 AB 5 31 0 21 126 21 33
Octal 243 130 253 5 61 0 41 446 41 63
Binary 10100011 1011000 10101011 101 110001 0 100001 100100110 100001 110011

Color Harmonies of #A358AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A358AB

Black with #A358AB

Text Example


Text Example

White with #A358AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A358AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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