Html Css Color HEX #A559FC Medium Purple

📋 copy color: '#A559FC'

red 165 ◦ green 89 ◦ blue 252

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

Shades of Medium Purple #A559FC

Tints of Medium Purple #A559FC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.59%

 BLUE value IS 252 (98.83% from 255) = 49.8%

R = 32.61%
G = 17.59%
B = 49.8%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A559FC (or 0xA559FC) is known color: Medium Purple. HEX triplet: A5, 59 and FC. RGB value is (165,89,252). Sum of RGB (Red+Green+Blue) = 165+89+252=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 89 (35.16% from 255 or 17.59% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #A559FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A559FC is #5AA603. Grayscale: #818181. Windows color (decimal): -5940740 or 16538021. OLE color: 16538021.

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

Color convert

RGB 165 89 252 -
CMYK 0.35 0.65 0 0.01
HSL 267.98º 0.96% 0.67% -
HSV(B) 267.98º 0.65% 0.99% -
XYZ 36.66 22.17 94.44 -
YUV 130.31 196.68 152.75 -
System Red Green Blue C M Y K H S L
Decimal 165 89 252 0.35 0.65 0 0.01 267.98 0.96 0.67
Hex A5 59 FC 23 41 0 1 10C 60 43
Octal 245 131 374 43 101 0 1 414 140 103
Binary 10100101 1011001 11111100 100011 1000001 0 1 100001100 1100000 1000011

Color Harmonies of #A559FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A559FC

Black with #A559FC

Text Example


Text Example

White with #A559FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A559FC; }

 p { color: rgb(165,89,252); }

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

background-color css

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

 a { background-color: rgb(165,89,252); }

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

border-color css

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

 span { border-color: rgb(165,89,252); }

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