Html Css Color HEX #A56CEB Medium Purple

📋 copy color: '#A56CEB'

red 165 ◦ green 108 ◦ blue 235

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

Shades of Medium Purple #A56CEB

Tints of Medium Purple #A56CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.26%

R = 32.48%
G = 21.26%
B = 46.26%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A56CEB (or 0xA56CEB) is known color: Medium Purple. HEX triplet: A5, 6C and EB. RGB value is (165,108,235). Sum of RGB (Red+Green+Blue) = 165+108+235=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #A56CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56CEB is #5A9314. Grayscale: #8B8B8B. Windows color (decimal): -5935893 or 15428773. OLE color: 15428773.

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

Color convert

RGB 165 108 235 -
CMYK 0.30 0.54 0 0.08
HSL 266.93º 0.76% 0.67% -
HSV(B) 266.93º 0.54% 0.92% -
XYZ 35.88 24.72 81.48 -
YUV 139.52 181.88 146.17 -
System Red Green Blue C M Y K H S L
Decimal 165 108 235 0.30 0.54 0 0.08 266.93 0.76 0.67
Hex A5 6C EB 1E 36 0 8 10B 4C 43
Octal 245 154 353 36 66 0 10 413 114 103
Binary 10100101 1101100 11101011 11110 110110 0 1000 100001011 1001100 1000011

Color Harmonies of #A56CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56CEB

Black with #A56CEB

Text Example


Text Example

White with #A56CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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