Html Css Color HEX #A340AB Violet Blue

📋 copy color: '#A340AB'

red 163 ◦ green 64 ◦ blue 171

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

Shades of Violet Blue #A340AB

Tints of Violet Blue #A340AB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.08%

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

R = 40.95%
G = 16.08%
B = 42.96%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A340AB (or 0xA340AB) is known color: Violet Blue. HEX triplet: A3, 40 and AB. RGB value is (163,64,171). Sum of RGB (Red+Green+Blue) = 163+64+171=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #A340AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A340AB is #5CBF54. Grayscale: #696969. Windows color (decimal): -6078293 or 11223203. OLE color: 11223203.

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

Color convert

RGB 163 64 171 -
CMYK 0.05 0.63 0 0.33
HSL 295.51º 0.46% 0.46% -
HSV(B) 295.51º 0.63% 0.67% -
XYZ 24.29 14.39 40.03 -
YUV 105.8 164.8 168.8 -
System Red Green Blue C M Y K H S L
Decimal 163 64 171 0.05 0.63 0 0.33 295.51 0.46 0.46
Hex A3 40 AB 5 3F 0 21 128 2E 2E
Octal 243 100 253 5 77 0 41 450 56 56
Binary 10100011 1000000 10101011 101 111111 0 100001 100101000 101110 101110

Color Harmonies of #A340AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A340AB

Black with #A340AB

Text Example


Text Example

White with #A340AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A340AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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