Html Css Color HEX #A55FFD Medium Purple

📋 copy color: '#A55FFD'

red 165 ◦ green 95 ◦ blue 253

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

Shades of Medium Purple #A55FFD

Tints of Medium Purple #A55FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.32%

R = 32.16%
G = 18.52%
B = 49.32%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A55FFD (or 0xA55FFD) is known color: Medium Purple. HEX triplet: A5, 5F and FD. RGB value is (165,95,253). Sum of RGB (Red+Green+Blue) = 165+95+253=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 95 (37.5% from 255 or 18.52% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #A55FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55FFD is #5AA002. Grayscale: #858585. Windows color (decimal): -5939203 or 16605093. OLE color: 16605093.

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

Color convert

RGB 165 95 253 -
CMYK 0.35 0.62 0 0.01
HSL 266.58º 0.98% 0.68% -
HSV(B) 266.58º 0.62% 0.99% -
XYZ 37.34 23.28 95.45 -
YUV 133.94 195.19 150.15 -
System Red Green Blue C M Y K H S L
Decimal 165 95 253 0.35 0.62 0 0.01 266.58 0.98 0.68
Hex A5 5F FD 23 3E 0 1 10B 62 44
Octal 245 137 375 43 76 0 1 413 142 104
Binary 10100101 1011111 11111101 100011 111110 0 1 100001011 1100010 1000100

Color Harmonies of #A55FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55FFD

Black with #A55FFD

Text Example


Text Example

White with #A55FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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