Html Css Color HEX #A55FFA Medium Purple

📋 copy color: '#A55FFA'

red 165 ◦ green 95 ◦ blue 250

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

Shades of Medium Purple #A55FFA

Tints of Medium Purple #A55FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.02%

R = 32.35%
G = 18.63%
B = 49.02%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A55FFA (or 0xA55FFA) is known color: Medium Purple. HEX triplet: A5, 5F and FA. RGB value is (165,95,250). Sum of RGB (Red+Green+Blue) = 165+95+250=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 95 (37.5% from 255 or 18.63% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #A55FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55FFA is #5AA005. Grayscale: #858585. Windows color (decimal): -5939206 or 16408485. OLE color: 16408485.

HSL color Cylindrical-coordinate representation of color #A55FFA: hue angle of 267.1º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A55FFA is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 95 250 -
CMYK 0.34 0.62 0 0.02
HSL 267.1º 0.94% 0.68% -
HSV(B) 267.1º 0.62% 0.98% -
XYZ 36.86 23.09 92.96 -
YUV 133.6 193.69 150.4 -
System Red Green Blue C M Y K H S L
Decimal 165 95 250 0.34 0.62 0 0.02 267.1 0.94 0.68
Hex A5 5F FA 22 3E 0 2 10B 5E 44
Octal 245 137 372 42 76 0 2 413 136 104
Binary 10100101 1011111 11111010 100010 111110 0 10 100001011 1011110 1000100

Color Harmonies of #A55FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55FFA

Black with #A55FFA

Text Example


Text Example

White with #A55FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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