Html Css Color HEX #A56AF2 Medium Purple

📋 copy color: '#A56AF2'

red 165 ◦ green 106 ◦ blue 242

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

Shades of Medium Purple #A56AF2

Tints of Medium Purple #A56AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.17%

R = 32.16%
G = 20.66%
B = 47.17%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A56AF2 (or 0xA56AF2) is known color: Medium Purple. HEX triplet: A5, 6A and F2. RGB value is (165,106,242). Sum of RGB (Red+Green+Blue) = 165+106+242=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 106 (41.80% from 255 or 20.66% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #A56AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56AF2 is #5A950D. Grayscale: #8A8A8A. Windows color (decimal): -5936398 or 15887013. OLE color: 15887013.

HSL color Cylindrical-coordinate representation of color #A56AF2: hue angle of 266.03º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A56AF2 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 106 242 -
CMYK 0.32 0.56 0 0.05
HSL 266.03º 0.84% 0.68% -
HSV(B) 266.03º 0.56% 0.95% -
XYZ 36.7 24.72 86.84 -
YUV 139.15 186.05 146.44 -
System Red Green Blue C M Y K H S L
Decimal 165 106 242 0.32 0.56 0 0.05 266.03 0.84 0.68
Hex A5 6A F2 20 38 0 5 10A 54 44
Octal 245 152 362 40 70 0 5 412 124 104
Binary 10100101 1101010 11110010 100000 111000 0 101 100001010 1010100 1000100

Color Harmonies of #A56AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56AF2

Black with #A56AF2

Text Example


Text Example

White with #A56AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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