Html Css Color HEX #A56CFD Medium Purple

📋 copy color: '#A56CFD'

red 165 ◦ green 108 ◦ blue 253

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

Shades of Medium Purple #A56CFD

Tints of Medium Purple #A56CFD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.53%

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

R = 31.37%
G = 20.53%
B = 48.1%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A56CFD (or 0xA56CFD) is known color: Medium Purple. HEX triplet: A5, 6C and FD. RGB value is (165,108,253). Sum of RGB (Red+Green+Blue) = 165+108+253=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 108 (42.58% from 255 or 20.53% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #A56CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56CFD is #5A9302. Grayscale: #8D8D8D. Windows color (decimal): -5935875 or 16608421. OLE color: 16608421.

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

Color convert

RGB 165 108 253 -
CMYK 0.35 0.57 0 0.01
HSL 263.59º 0.97% 0.71% -
HSV(B) 263.59º 0.57% 0.99% -
XYZ 38.61 25.82 95.88 -
YUV 141.57 190.88 144.71 -
System Red Green Blue C M Y K H S L
Decimal 165 108 253 0.35 0.57 0 0.01 263.59 0.97 0.71
Hex A5 6C FD 23 39 0 1 108 61 47
Octal 245 154 375 43 71 0 1 410 141 107
Binary 10100101 1101100 11111101 100011 111001 0 1 100001000 1100001 1000111

Color Harmonies of #A56CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56CFD

Black with #A56CFD

Text Example


Text Example

White with #A56CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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