Html Css Color HEX #A56BEB Medium Purple

📋 copy color: '#A56BEB'

red 165 ◦ green 107 ◦ blue 235

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

Shades of Medium Purple #A56BEB

Tints of Medium Purple #A56BEB

RGB

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

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

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

R = 32.54%
G = 21.1%
B = 46.35%

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

#A56BEB (or 0xA56BEB) is known color: Medium Purple. HEX triplet: A5, 6B and EB. RGB value is (165,107,235). Sum of RGB (Red+Green+Blue) = 165+107+235=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #A56BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56BEB is #5A9414. Grayscale: #8A8A8A. Windows color (decimal): -5936149 or 15428517. OLE color: 15428517.

HSL color Cylindrical-coordinate representation of color #A56BEB: hue angle of 267.19º 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 #A56BEB is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 107 235 -
CMYK 0.30 0.54 0 0.08
HSL 267.19º 0.76% 0.67% -
HSV(B) 267.19º 0.54% 0.92% -
XYZ 35.77 24.51 81.44 -
YUV 138.93 182.22 146.59 -
System Red Green Blue C M Y K H S L
Decimal 165 107 235 0.30 0.54 0 0.08 267.19 0.76 0.67
Hex A5 6B EB 1E 36 0 8 10B 4C 43
Octal 245 153 353 36 66 0 10 413 114 103
Binary 10100101 1101011 11101011 11110 110110 0 1000 100001011 1001100 1000011

Color Harmonies of #A56BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56BEB

Black with #A56BEB

Text Example


Text Example

White with #A56BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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