Html Css Color HEX #A56FDF Medium Purple

📋 copy color: '#A56FDF'

red 165 ◦ green 111 ◦ blue 223

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

Shades of Medium Purple #A56FDF

Tints of Medium Purple #A56FDF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.24%

 BLUE value IS 223 (87.5% from 255) = 44.69%

R = 33.07%
G = 22.24%
B = 44.69%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A56FDF (or 0xA56FDF) is known color: Medium Purple. HEX triplet: A5, 6F and DF. RGB value is (165,111,223). Sum of RGB (Red+Green+Blue) = 165+111+223=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #A56FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56FDF is #5A9020. Grayscale: #8B8B8B. Windows color (decimal): -5935137 or 14643109. OLE color: 14643109.

HSL color Cylindrical-coordinate representation of color #A56FDF: hue angle of 268.93º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A56FDF is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 111 223 -
CMYK 0.26 0.50 0 0.13
HSL 268.93º 0.64% 0.65% -
HSV(B) 268.93º 0.5% 0.87% -
XYZ 34.52 24.7 72.76 -
YUV 139.91 174.89 145.89 -
System Red Green Blue C M Y K H S L
Decimal 165 111 223 0.26 0.50 0 0.13 268.93 0.64 0.65
Hex A5 6F DF 1A 32 0 D 10D 40 41
Octal 245 157 337 32 62 0 15 415 100 101
Binary 10100101 1101111 11011111 11010 110010 0 1101 100001101 1000000 1000001

Color Harmonies of #A56FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56FDF

Black with #A56FDF

Text Example


Text Example

White with #A56FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56FDF; }

 p { color: rgb(165,111,223); }

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

background-color css

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

 a { background-color: rgb(165,111,223); }

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

border-color css

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

 span { border-color: rgb(165,111,223); }

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