Html Css Color HEX #A56BF2 Medium Purple

📋 copy color: '#A56BF2'

red 165 ◦ green 107 ◦ blue 242

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

Shades of Medium Purple #A56BF2

Tints of Medium Purple #A56BF2

RGB

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

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

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

R = 32.1%
G = 20.82%
B = 47.08%

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

#A56BF2 (or 0xA56BF2) is known color: Medium Purple. HEX triplet: A5, 6B and F2. RGB value is (165,107,242). Sum of RGB (Red+Green+Blue) = 165+107+242=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 242 (94.92% from 255 or 47.08% from 514); Max value from RGB is 242 - color contains mainly: blue. Hex color #A56BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56BF2 is #5A940D. Grayscale: #8B8B8B. Windows color (decimal): -5936142 or 15887269. OLE color: 15887269.

HSL color Cylindrical-coordinate representation of color #A56BF2: hue angle of 265.78º 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 #A56BF2 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 107 242 -
CMYK 0.32 0.56 0 0.05
HSL 265.78º 0.84% 0.68% -
HSV(B) 265.78º 0.56% 0.95% -
XYZ 36.8 24.93 86.88 -
YUV 139.73 185.72 146.02 -
System Red Green Blue C M Y K H S L
Decimal 165 107 242 0.32 0.56 0 0.05 265.78 0.84 0.68
Hex A5 6B F2 20 38 0 5 10A 54 44
Octal 245 153 362 40 70 0 5 412 124 104
Binary 10100101 1101011 11110010 100000 111000 0 101 100001010 1010100 1000100

Color Harmonies of #A56BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56BF2

Black with #A56BF2

Text Example


Text Example

White with #A56BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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