Html Css Color HEX #A56CEC Medium Purple

📋 copy color: '#A56CEC'

red 165 ◦ green 108 ◦ blue 236

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

Shades of Medium Purple #A56CEC

Tints of Medium Purple #A56CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.37%

R = 32.42%
G = 21.22%
B = 46.37%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A56CEC (or 0xA56CEC) is known color: Medium Purple. HEX triplet: A5, 6C and EC. RGB value is (165,108,236). Sum of RGB (Red+Green+Blue) = 165+108+236=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #A56CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56CEC is #5A9313. Grayscale: #8B8B8B. Windows color (decimal): -5935892 or 15494309. OLE color: 15494309.

HSL color Cylindrical-coordinate representation of color #A56CEC: hue angle of 266.72º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A56CEC is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 108 236 -
CMYK 0.30 0.54 0 0.07
HSL 266.72º 0.77% 0.67% -
HSV(B) 266.72º 0.54% 0.93% -
XYZ 36.02 24.78 82.24 -
YUV 139.64 182.38 146.09 -
System Red Green Blue C M Y K H S L
Decimal 165 108 236 0.30 0.54 0 0.07 266.72 0.77 0.67
Hex A5 6C EC 1E 36 0 7 10B 4D 43
Octal 245 154 354 36 66 0 7 413 115 103
Binary 10100101 1101100 11101100 11110 110110 0 111 100001011 1001101 1000011

Color Harmonies of #A56CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56CEC

Black with #A56CEC

Text Example


Text Example

White with #A56CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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