Html Css Color HEX #A56AFB Medium Purple

📋 copy color: '#A56AFB'

red 165 ◦ green 106 ◦ blue 251

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

Shades of Medium Purple #A56AFB

Tints of Medium Purple #A56AFB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.31%

 BLUE value IS 251 (98.44% from 255) = 48.08%

R = 31.61%
G = 20.31%
B = 48.08%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A56AFB (or 0xA56AFB) is known color: Medium Purple. HEX triplet: A5, 6A and FB. RGB value is (165,106,251). Sum of RGB (Red+Green+Blue) = 165+106+251=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 106 (41.80% from 255 or 20.31% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #A56AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56AFB is #5A9504. Grayscale: #8B8B8B. Windows color (decimal): -5936389 or 16476837. OLE color: 16476837.

HSL color Cylindrical-coordinate representation of color #A56AFB: hue angle of 264.41º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A56AFB is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 106 251 -
CMYK 0.34 0.58 0 0.02
HSL 264.41º 0.95% 0.7% -
HSV(B) 264.41º 0.58% 0.98% -
XYZ 38.08 25.27 94.14 -
YUV 140.17 190.55 145.71 -
System Red Green Blue C M Y K H S L
Decimal 165 106 251 0.34 0.58 0 0.02 264.41 0.95 0.7
Hex A5 6A FB 22 3A 0 2 108 5F 46
Octal 245 152 373 42 72 0 2 410 137 106
Binary 10100101 1101010 11111011 100010 111010 0 10 100001000 1011111 1000110

Color Harmonies of #A56AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56AFB

Black with #A56AFB

Text Example


Text Example

White with #A56AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56AFB; }

 p { color: rgb(165,106,251); }

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

background-color css

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

 a { background-color: rgb(165,106,251); }

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

border-color css

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

 span { border-color: rgb(165,106,251); }

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