Html Css Color HEX #A55DF7 Medium Purple

📋 copy color: '#A55DF7'

red 165 ◦ green 93 ◦ blue 247

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

Shades of Medium Purple #A55DF7

Tints of Medium Purple #A55DF7

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.42%

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

R = 32.67%
G = 18.42%
B = 48.91%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A55DF7 (or 0xA55DF7) is known color: Medium Purple. HEX triplet: A5, 5D and F7. RGB value is (165,93,247). Sum of RGB (Red+Green+Blue) = 165+93+247=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 247 (96.88% from 255 or 48.91% from 505); Max value from RGB is 247 - color contains mainly: blue. Hex color #A55DF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55DF7 is #5AA208. Grayscale: #838383. Windows color (decimal): -5939721 or 16211365. OLE color: 16211365.

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

Color convert

RGB 165 93 247 -
CMYK 0.33 0.62 0 0.03
HSL 268.05º 0.91% 0.67% -
HSV(B) 268.05º 0.62% 0.97% -
XYZ 36.22 22.54 90.44 -
YUV 132.08 192.85 151.48 -
System Red Green Blue C M Y K H S L
Decimal 165 93 247 0.33 0.62 0 0.03 268.05 0.91 0.67
Hex A5 5D F7 21 3E 0 3 10C 5B 43
Octal 245 135 367 41 76 0 3 414 133 103
Binary 10100101 1011101 11110111 100001 111110 0 11 100001100 1011011 1000011

Color Harmonies of #A55DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55DF7

Black with #A55DF7

Text Example


Text Example

White with #A55DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55DF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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