Html Css Color HEX #A451FF Medium Purple

📋 copy color: '#A451FF'

red 164 ◦ green 81 ◦ blue 255

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

Shades of Medium Purple #A451FF

Tints of Medium Purple #A451FF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.2%

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

R = 32.8%
G = 16.2%
B = 51%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A451FF (or 0xA451FF) is known color: Medium Purple. HEX triplet: A4, 51 and FF. RGB value is (164,81,255). Sum of RGB (Red+Green+Blue) = 164+81+255=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 81 (32.03% from 255 or 16.2% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #A451FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A451FF is #5BAE00. Grayscale: #7D7D7D. Windows color (decimal): -6008321 or 16732580. OLE color: 16732580.

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

Color convert

RGB 164 81 255 -
CMYK 0.36 0.68 0 0
HSL 268.62º 1% 0.66% -
HSV(B) 268.62º 0.68% 1% -
XYZ 36.3 21 96.75 -
YUV 125.65 201 155.35 -
System Red Green Blue C M Y K H S L
Decimal 164 81 255 0.36 0.68 0 0 268.62 1 0.66
Hex A4 51 FF 24 44 0 0 10D 64 42
Octal 244 121 377 44 104 0 0 415 144 102
Binary 10100100 1010001 11111111 100100 1000100 0 0 100001101 1100100 1000010

Color Harmonies of #A451FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A451FF

Black with #A451FF

Text Example


Text Example

White with #A451FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A451FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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