Html Css Color HEX #A56BFD Medium Purple

📋 copy color: '#A56BFD'

red 165 ◦ green 107 ◦ blue 253

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

Shades of Medium Purple #A56BFD

Tints of Medium Purple #A56BFD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.38%

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

R = 31.43%
G = 20.38%
B = 48.19%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A56BFD (or 0xA56BFD) is known color: Medium Purple. HEX triplet: A5, 6B and FD. RGB value is (165,107,253). Sum of RGB (Red+Green+Blue) = 165+107+253=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 107 (42.19% from 255 or 20.38% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #A56BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56BFD is #5A9402. Grayscale: #8C8C8C. Windows color (decimal): -5936131 or 16608165. OLE color: 16608165.

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

Color convert

RGB 165 107 253 -
CMYK 0.35 0.58 0 0.01
HSL 263.84º 0.97% 0.71% -
HSV(B) 263.84º 0.58% 0.99% -
XYZ 38.5 25.61 95.84 -
YUV 140.99 191.22 145.13 -
System Red Green Blue C M Y K H S L
Decimal 165 107 253 0.35 0.58 0 0.01 263.84 0.97 0.71
Hex A5 6B FD 23 3A 0 1 108 61 47
Octal 245 153 375 43 72 0 1 410 141 107
Binary 10100101 1101011 11111101 100011 111010 0 1 100001000 1100001 1000111

Color Harmonies of #A56BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56BFD

Black with #A56BFD

Text Example


Text Example

White with #A56BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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