Html Css Color HEX #A554FD Medium Purple

📋 copy color: '#A554FD'

red 165 ◦ green 84 ◦ blue 253

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

Shades of Medium Purple #A554FD

Tints of Medium Purple #A554FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.4%

R = 32.87%
G = 16.73%
B = 50.4%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A554FD (or 0xA554FD) is known color: Medium Purple. HEX triplet: A5, 54 and FD. RGB value is (165,84,253). Sum of RGB (Red+Green+Blue) = 165+84+253=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 84 (33.20% from 255 or 16.73% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #A554FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A554FD is #5AAB02. Grayscale: #7E7E7E. Windows color (decimal): -5942019 or 16602277. OLE color: 16602277.

HSL color Cylindrical-coordinate representation of color #A554FD: hue angle of 268.76º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A554FD is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 84 253 -
CMYK 0.35 0.67 0 0.01
HSL 268.76º 0.98% 0.66% -
HSV(B) 268.76º 0.67% 0.99% -
XYZ 36.42 21.43 95.15 -
YUV 127.49 198.84 154.76 -
System Red Green Blue C M Y K H S L
Decimal 165 84 253 0.35 0.67 0 0.01 268.76 0.98 0.66
Hex A5 54 FD 23 43 0 1 10D 62 42
Octal 245 124 375 43 103 0 1 415 142 102
Binary 10100101 1010100 11111101 100011 1000011 0 1 100001101 1100010 1000010

Color Harmonies of #A554FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A554FD

Black with #A554FD

Text Example


Text Example

White with #A554FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A554FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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