Html Css Color HEX #A56BEF Medium Purple

📋 copy color: '#A56BEF'

red 165 ◦ green 107 ◦ blue 239

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

Shades of Medium Purple #A56BEF

Tints of Medium Purple #A56BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.77%

R = 32.29%
G = 20.94%
B = 46.77%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A56BEF (or 0xA56BEF) is known color: Medium Purple. HEX triplet: A5, 6B and EF. RGB value is (165,107,239). Sum of RGB (Red+Green+Blue) = 165+107+239=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #A56BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56BEF is #5A9410. Grayscale: #8A8A8A. Windows color (decimal): -5936145 or 15690661. OLE color: 15690661.

HSL color Cylindrical-coordinate representation of color #A56BEF: hue angle of 266.36º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A56BEF is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 107 239 -
CMYK 0.31 0.55 0 0.06
HSL 266.36º 0.8% 0.68% -
HSV(B) 266.36º 0.55% 0.94% -
XYZ 36.35 24.75 84.52 -
YUV 139.39 184.22 146.27 -
System Red Green Blue C M Y K H S L
Decimal 165 107 239 0.31 0.55 0 0.06 266.36 0.8 0.68
Hex A5 6B EF 1F 37 0 6 10A 50 44
Octal 245 153 357 37 67 0 6 412 120 104
Binary 10100101 1101011 11101111 11111 110111 0 110 100001010 1010000 1000100

Color Harmonies of #A56BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56BEF

Black with #A56BEF

Text Example


Text Example

White with #A56BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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