Html Css Color HEX #A55AF7 Medium Purple

📋 copy color: '#A55AF7'

red 165 ◦ green 90 ◦ blue 247

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

Shades of Medium Purple #A55AF7

Tints of Medium Purple #A55AF7

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.93%

 BLUE value IS 247 (96.88% from 255) = 49.2%

R = 32.87%
G = 17.93%
B = 49.2%

CMYK

 C value IS 0.33

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A55AF7 (or 0xA55AF7) is known color: Medium Purple. HEX triplet: A5, 5A and F7. RGB value is (165,90,247). Sum of RGB (Red+Green+Blue) = 165+90+247=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 247 (96.88% from 255 or 49.20% from 502); Max value from RGB is 247 - color contains mainly: blue. Hex color #A55AF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55AF7 is #5AA508. Grayscale: #818181. Windows color (decimal): -5940489 or 16210597. OLE color: 16210597.

HSL color Cylindrical-coordinate representation of color #A55AF7: hue angle of 268.66º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A55AF7 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 165 90 247 -
CMYK 0.33 0.64 0 0.03
HSL 268.66º 0.91% 0.66% -
HSV(B) 268.66º 0.64% 0.97% -
XYZ 35.96 22.03 90.35 -
YUV 130.32 193.85 152.73 -
System Red Green Blue C M Y K H S L
Decimal 165 90 247 0.33 0.64 0 0.03 268.66 0.91 0.66
Hex A5 5A F7 21 40 0 3 10D 5B 42
Octal 245 132 367 41 100 0 3 415 133 102
Binary 10100101 1011010 11110111 100001 1000000 0 11 100001101 1011011 1000010

Color Harmonies of #A55AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55AF7

Black with #A55AF7

Text Example


Text Example

White with #A55AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55AF7; }

 p { color: rgb(165,90,247); }

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

background-color css

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

 a { background-color: rgb(165,90,247); }

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

border-color css

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

 span { border-color: rgb(165,90,247); }

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