Html Css Color HEX #A55FF7 Medium Purple

📋 copy color: '#A55FF7'

red 165 ◦ green 95 ◦ blue 247

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

Shades of Medium Purple #A55FF7

Tints of Medium Purple #A55FF7

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.74%

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

R = 32.54%
G = 18.74%
B = 48.72%

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

#A55FF7 (or 0xA55FF7) is known color: Medium Purple. HEX triplet: A5, 5F and F7. RGB value is (165,95,247). Sum of RGB (Red+Green+Blue) = 165+95+247=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 95 (37.5% from 255 or 18.74% from 507); Blue value is 247 (96.88% from 255 or 48.72% from 507); Max value from RGB is 247 - color contains mainly: blue. Hex color #A55FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55FF7 is #5AA008. Grayscale: #848484. Windows color (decimal): -5939209 or 16211877. OLE color: 16211877.

HSL color Cylindrical-coordinate representation of color #A55FF7: hue angle of 267.63º degrees, saturation: 0.9, 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 #A55FF7 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 165 95 247 -
CMYK 0.33 0.62 0 0.03
HSL 267.63º 0.9% 0.67% -
HSV(B) 267.63º 0.62% 0.97% -
XYZ 36.4 22.9 90.5 -
YUV 133.26 192.19 150.64 -
System Red Green Blue C M Y K H S L
Decimal 165 95 247 0.33 0.62 0 0.03 267.63 0.9 0.67
Hex A5 5F F7 21 3E 0 3 10C 5A 43
Octal 245 137 367 41 76 0 3 414 132 103
Binary 10100101 1011111 11110111 100001 111110 0 11 100001100 1011010 1000011

Color Harmonies of #A55FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55FF7

Black with #A55FF7

Text Example


Text Example

White with #A55FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55FF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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