Html Css Color HEX #A450FF Medium Purple

📋 copy color: '#A450FF'

red 164 ◦ green 80 ◦ blue 255

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

Shades of Medium Purple #A450FF

Tints of Medium Purple #A450FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.1%

R = 32.87%
G = 16.03%
B = 51.1%

CMYK

 C value IS 0.36

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A450FF (or 0xA450FF) is known color: Medium Purple. HEX triplet: A4, 50 and FF. RGB value is (164,80,255). Sum of RGB (Red+Green+Blue) = 164+80+255=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 80 (31.64% from 255 or 16.03% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #A450FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A450FF is #5BAF00. Grayscale: #7C7C7C. Windows color (decimal): -6008577 or 16732324. OLE color: 16732324.

HSL color Cylindrical-coordinate representation of color #A450FF: hue angle of 268.8º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A450FF is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 164 80 255 -
CMYK 0.36 0.69 0 0
HSL 268.8º 1% 0.66% -
HSV(B) 268.8º 0.69% 1% -
XYZ 36.23 20.85 96.72 -
YUV 125.07 201.33 155.77 -
System Red Green Blue C M Y K H S L
Decimal 164 80 255 0.36 0.69 0 0 268.8 1 0.66
Hex A4 50 FF 24 45 0 0 10D 64 42
Octal 244 120 377 44 105 0 0 415 144 102
Binary 10100100 1010000 11111111 100100 1000101 0 0 100001101 1100100 1000010

Color Harmonies of #A450FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A450FF

Black with #A450FF

Text Example


Text Example

White with #A450FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A450FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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