Html Css Color HEX #A442AB Violet Blue

📋 copy color: '#A442AB'

red 164 ◦ green 66 ◦ blue 171

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

Shades of Violet Blue #A442AB

Tints of Violet Blue #A442AB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.46%

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

R = 40.9%
G = 16.46%
B = 42.64%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A442AB (or 0xA442AB) is known color: Violet Blue. HEX triplet: A4, 42 and AB. RGB value is (164,66,171). Sum of RGB (Red+Green+Blue) = 164+66+171=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #A442AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A442AB is #5BBD54. Grayscale: #6A6A6A. Windows color (decimal): -6012245 or 11223716. OLE color: 11223716.

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

Color convert

RGB 164 66 171 -
CMYK 0.04 0.61 0 0.33
HSL 296º 0.44% 0.46% -
HSV(B) 296º 0.61% 0.67% -
XYZ 24.61 14.73 40.07 -
YUV 107.27 163.97 168.46 -
System Red Green Blue C M Y K H S L
Decimal 164 66 171 0.04 0.61 0 0.33 296 0.44 0.46
Hex A4 42 AB 4 3D 0 21 128 2C 2E
Octal 244 102 253 4 75 0 41 450 54 56
Binary 10100100 1000010 10101011 100 111101 0 100001 100101000 101100 101110

Color Harmonies of #A442AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A442AB

Black with #A442AB

Text Example


Text Example

White with #A442AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A442AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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