Html Css Color HEX #A450AB Violet Blue

📋 copy color: '#A450AB'

red 164 ◦ green 80 ◦ blue 171

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

Shades of Violet Blue #A450AB

Tints of Violet Blue #A450AB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.28%

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

R = 39.52%
G = 19.28%
B = 41.2%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A450AB (or 0xA450AB) is known color: Violet Blue. HEX triplet: A4, 50 and AB. RGB value is (164,80,171). Sum of RGB (Red+Green+Blue) = 164+80+171=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #A450AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A450AB is #5BAF54. Grayscale: #737373. Windows color (decimal): -6008661 or 11227300. OLE color: 11227300.

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

Color convert

RGB 164 80 171 -
CMYK 0.04 0.53 0 0.33
HSL 295.38º 0.36% 0.49% -
HSV(B) 295.38º 0.53% 0.67% -
XYZ 25.53 16.57 40.38 -
YUV 115.49 159.33 162.6 -
System Red Green Blue C M Y K H S L
Decimal 164 80 171 0.04 0.53 0 0.33 295.38 0.36 0.49
Hex A4 50 AB 4 35 0 21 127 24 31
Octal 244 120 253 4 65 0 41 447 44 61
Binary 10100100 1010000 10101011 100 110101 0 100001 100100111 100100 110001

Color Harmonies of #A450AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A450AB

Black with #A450AB

Text Example


Text Example

White with #A450AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A450AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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