Html Css Color HEX #A555F5 Medium Purple

📋 copy color: '#A555F5'

red 165 ◦ green 85 ◦ blue 245

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

Shades of Medium Purple #A555F5

Tints of Medium Purple #A555F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 49.49%

R = 33.33%
G = 17.17%
B = 49.49%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A555F5 (or 0xA555F5) is known color: Medium Purple. HEX triplet: A5, 55 and F5. RGB value is (165,85,245). Sum of RGB (Red+Green+Blue) = 165+85+245=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 245 (96.09% from 255 or 49.49% from 495); Max value from RGB is 245 - color contains mainly: blue. Hex color #A555F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A555F5 is #5AAA0A. Grayscale: #7E7E7E. Windows color (decimal): -5941771 or 16078245. OLE color: 16078245.

HSL color Cylindrical-coordinate representation of color #A555F5: hue angle of 270º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A555F5 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 85 245 -
CMYK 0.33 0.65 0 0.04
HSL 270º 0.89% 0.65% -
HSV(B) 270º 0.65% 0.96% -
XYZ 35.25 21.09 88.6 -
YUV 127.16 194.5 154.99 -
System Red Green Blue C M Y K H S L
Decimal 165 85 245 0.33 0.65 0 0.04 270 0.89 0.65
Hex A5 55 F5 21 41 0 4 10E 59 41
Octal 245 125 365 41 101 0 4 416 131 101
Binary 10100101 1010101 11110101 100001 1000001 0 100 100001110 1011001 1000001

Color Harmonies of #A555F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A555F5

Black with #A555F5

Text Example


Text Example

White with #A555F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A555F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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