Html Css Color HEX #A554FA Medium Purple

📋 copy color: '#A554FA'

red 165 ◦ green 84 ◦ blue 250

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

Shades of Medium Purple #A554FA

Tints of Medium Purple #A554FA

RGB

 RED value IS 165 (64.84% from 255) = 33.07%

 GREEN value IS 84 (33.2% from 255) = 16.83%

 BLUE value IS 250 (98.05% from 255) = 50.1%

R = 33.07%
G = 16.83%
B = 50.1%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A554FA (or 0xA554FA) is known color: Medium Purple. HEX triplet: A5, 54 and FA. RGB value is (165,84,250). Sum of RGB (Red+Green+Blue) = 165+84+250=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 84 (33.20% from 255 or 16.83% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #A554FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A554FA is #5AAB05. Grayscale: #7E7E7E. Windows color (decimal): -5942022 or 16405669. OLE color: 16405669.

HSL color Cylindrical-coordinate representation of color #A554FA: hue angle of 269.28º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A554FA is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 84 250 -
CMYK 0.34 0.66 0 0.02
HSL 269.28º 0.94% 0.65% -
HSV(B) 269.28º 0.66% 0.98% -
XYZ 35.94 21.24 92.65 -
YUV 127.14 197.34 155 -
System Red Green Blue C M Y K H S L
Decimal 165 84 250 0.34 0.66 0 0.02 269.28 0.94 0.65
Hex A5 54 FA 22 42 0 2 10D 5E 41
Octal 245 124 372 42 102 0 2 415 136 101
Binary 10100101 1010100 11111010 100010 1000010 0 10 100001101 1011110 1000001

Color Harmonies of #A554FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A554FA

Black with #A554FA

Text Example


Text Example

White with #A554FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A554FA; }

 p { color: rgb(165,84,250); }

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

background-color css

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

 a { background-color: rgb(165,84,250); }

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

border-color css

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

 span { border-color: rgb(165,84,250); }

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