Html Css Color HEX #A35BAD Violet Blue

📋 copy color: '#A35BAD'

red 163 ◦ green 91 ◦ blue 173

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

Shades of Violet Blue #A35BAD

Tints of Violet Blue #A35BAD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.31%

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

R = 38.17%
G = 21.31%
B = 40.52%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A35BAD (or 0xA35BAD) is known color: Violet Blue. HEX triplet: A3, 5B and AD. RGB value is (163,91,173). Sum of RGB (Red+Green+Blue) = 163+91+173=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 91 (35.94% from 255 or 21.31% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #A35BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35BAD is #5CA452. Grayscale: #797979. Windows color (decimal): -6071379 or 11361187. OLE color: 11361187.

HSL color Cylindrical-coordinate representation of color #A35BAD: hue angle of 292.68º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A35BAD is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 91 173 -
CMYK 0.06 0.47 0 0.32
HSL 292.68º 0.33% 0.52% -
HSV(B) 292.68º 0.47% 0.68% -
XYZ 26.39 18.29 41.67 -
YUV 121.88 156.85 157.33 -
System Red Green Blue C M Y K H S L
Decimal 163 91 173 0.06 0.47 0 0.32 292.68 0.33 0.52
Hex A3 5B AD 6 2F 0 20 125 21 34
Octal 243 133 255 6 57 0 40 445 41 64
Binary 10100011 1011011 10101101 110 101111 0 100000 100100101 100001 110100

Color Harmonies of #A35BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35BAD

Black with #A35BAD

Text Example


Text Example

White with #A35BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35BAD; }

 p { color: rgb(163,91,173); }

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

background-color css

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

 a { background-color: rgb(163,91,173); }

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

border-color css

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

 span { border-color: rgb(163,91,173); }

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