Html Css Color HEX #A441AB Violet Blue

📋 copy color: '#A441AB'

red 164 ◦ green 65 ◦ blue 171

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

Shades of Violet Blue #A441AB

Tints of Violet Blue #A441AB

RGB

 RED value IS 164 (64.45% from 255) = 41%

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

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

R = 41%
G = 16.25%
B = 42.75%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A441AB (or 0xA441AB) is known color: Violet Blue. HEX triplet: A4, 41 and AB. RGB value is (164,65,171). Sum of RGB (Red+Green+Blue) = 164+65+171=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #A441AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A441AB is #5BBE54. Grayscale: #6A6A6A. Windows color (decimal): -6012501 or 11223460. OLE color: 11223460.

HSL color Cylindrical-coordinate representation of color #A441AB: hue angle of 296.04º 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 #A441AB is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 65 171 -
CMYK 0.04 0.62 0 0.33
HSL 296.04º 0.45% 0.46% -
HSV(B) 296.04º 0.62% 0.67% -
XYZ 24.55 14.61 40.05 -
YUV 106.69 164.3 168.88 -
System Red Green Blue C M Y K H S L
Decimal 164 65 171 0.04 0.62 0 0.33 296.04 0.45 0.46
Hex A4 41 AB 4 3E 0 21 128 2D 2E
Octal 244 101 253 4 76 0 41 450 55 56
Binary 10100100 1000001 10101011 100 111110 0 100001 100101000 101101 101110

Color Harmonies of #A441AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A441AB

Black with #A441AB

Text Example


Text Example

White with #A441AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A441AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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