Html Css Color HEX #A35FAF Violet Blue

📋 copy color: '#A35FAF'

red 163 ◦ green 95 ◦ blue 175

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

Shades of Violet Blue #A35FAF

Tints of Violet Blue #A35FAF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.94%

 BLUE value IS 175 (68.75% from 255) = 40.42%

R = 37.64%
G = 21.94%
B = 40.42%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A35FAF (or 0xA35FAF) is known color: Violet Blue. HEX triplet: A3, 5F and AF. RGB value is (163,95,175). Sum of RGB (Red+Green+Blue) = 163+95+175=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 175 - color contains mainly: blue. Hex color #A35FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35FAF is #5CA050. Grayscale: #7C7C7C. Windows color (decimal): -6070353 or 11493283. OLE color: 11493283.

HSL color Cylindrical-coordinate representation of color #A35FAF: hue angle of 291º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A35FAF is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 163 95 175 -
CMYK 0.07 0.46 0 0.31
HSL 291º 0.33% 0.53% -
HSV(B) 291º 0.46% 0.69% -
XYZ 26.93 19.07 42.82 -
YUV 124.45 156.53 155.5 -
System Red Green Blue C M Y K H S L
Decimal 163 95 175 0.07 0.46 0 0.31 291 0.33 0.53
Hex A3 5F AF 7 2E 0 1F 123 21 35
Octal 243 137 257 7 56 0 37 443 41 65
Binary 10100011 1011111 10101111 111 101110 0 11111 100100011 100001 110101

Color Harmonies of #A35FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35FAF

Black with #A35FAF

Text Example


Text Example

White with #A35FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35FAF; }

 p { color: rgb(163,95,175); }

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

background-color css

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

 a { background-color: rgb(163,95,175); }

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

border-color css

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

 span { border-color: rgb(163,95,175); }

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