Html Css Color HEX #A35AAA Violet Blue

📋 copy color: '#A35AAA'

red 163 ◦ green 90 ◦ blue 170

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

Shades of Violet Blue #A35AAA

Tints of Violet Blue #A35AAA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.28%

 BLUE value IS 170 (66.8% from 255) = 40.19%

R = 38.53%
G = 21.28%
B = 40.19%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A35AAA (or 0xA35AAA) is known color: Violet Blue. HEX triplet: A3, 5A and AA. RGB value is (163,90,170). Sum of RGB (Red+Green+Blue) = 163+90+170=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #A35AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35AAA is #5CA555. Grayscale: #787878. Windows color (decimal): -6071638 or 11164323. OLE color: 11164323.

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

Color convert

RGB 163 90 170 -
CMYK 0.04 0.47 0 0.33
HSL 294.75º 0.32% 0.51% -
HSV(B) 294.75º 0.47% 0.67% -
XYZ 26.02 18 40.13 -
YUV 120.95 155.68 158 -
System Red Green Blue C M Y K H S L
Decimal 163 90 170 0.04 0.47 0 0.33 294.75 0.32 0.51
Hex A3 5A AA 4 2F 0 21 127 20 33
Octal 243 132 252 4 57 0 41 447 40 63
Binary 10100011 1011010 10101010 100 101111 0 100001 100100111 100000 110011

Color Harmonies of #A35AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35AAA

Black with #A35AAA

Text Example


Text Example

White with #A35AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35AAA; }

 p { color: rgb(163,90,170); }

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

background-color css

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

 a { background-color: rgb(163,90,170); }

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

border-color css

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

 span { border-color: rgb(163,90,170); }

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