Html Css Color HEX #A341AB Violet Blue

📋 copy color: '#A341AB'

red 163 ◦ green 65 ◦ blue 171

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

Shades of Violet Blue #A341AB

Tints of Violet Blue #A341AB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.29%

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

R = 40.85%
G = 16.29%
B = 42.86%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A341AB (or 0xA341AB) is known color: Violet Blue. HEX triplet: A3, 41 and AB. RGB value is (163,65,171). Sum of RGB (Red+Green+Blue) = 163+65+171=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #A341AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A341AB is #5CBE54. Grayscale: #6A6A6A. Windows color (decimal): -6078037 or 11223459. OLE color: 11223459.

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

Color convert

RGB 163 65 171 -
CMYK 0.05 0.62 0 0.33
HSL 295.47º 0.45% 0.46% -
HSV(B) 295.47º 0.62% 0.67% -
XYZ 24.35 14.51 40.05 -
YUV 106.39 164.47 168.38 -
System Red Green Blue C M Y K H S L
Decimal 163 65 171 0.05 0.62 0 0.33 295.47 0.45 0.46
Hex A3 41 AB 5 3E 0 21 127 2D 2E
Octal 243 101 253 5 76 0 41 447 55 56
Binary 10100011 1000001 10101011 101 111110 0 100001 100100111 101101 101110

Color Harmonies of #A341AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A341AB

Black with #A341AB

Text Example


Text Example

White with #A341AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A341AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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