Html Css Color HEX #A555FD Medium Purple

📋 copy color: '#A555FD'

red 165 ◦ green 85 ◦ blue 253

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

Shades of Medium Purple #A555FD

Tints of Medium Purple #A555FD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.9%

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

R = 32.8%
G = 16.9%
B = 50.3%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A555FD (or 0xA555FD) is known color: Medium Purple. HEX triplet: A5, 55 and FD. RGB value is (165,85,253). Sum of RGB (Red+Green+Blue) = 165+85+253=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 85 (33.59% from 255 or 16.90% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #A555FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A555FD is #5AAA02. Grayscale: #7F7F7F. Windows color (decimal): -5941763 or 16602533. OLE color: 16602533.

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

Color convert

RGB 165 85 253 -
CMYK 0.35 0.66 0 0.01
HSL 268.57º 0.98% 0.66% -
HSV(B) 268.57º 0.66% 0.99% -
XYZ 36.5 21.59 95.17 -
YUV 128.07 198.5 154.34 -
System Red Green Blue C M Y K H S L
Decimal 165 85 253 0.35 0.66 0 0.01 268.57 0.98 0.66
Hex A5 55 FD 23 42 0 1 10D 62 42
Octal 245 125 375 43 102 0 1 415 142 102
Binary 10100101 1010101 11111101 100011 1000010 0 1 100001101 1100010 1000010

Color Harmonies of #A555FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A555FD

Black with #A555FD

Text Example


Text Example

White with #A555FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A555FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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