Html Css Color HEX #A06BEC Medium Purple

📋 copy color: '#A06BEC'

red 160 ◦ green 107 ◦ blue 236

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

Shades of Medium Purple #A06BEC

Tints of Medium Purple #A06BEC

RGB

 RED value IS 160 (62.89% from 255) = 31.81%

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

 BLUE value IS 236 (92.58% from 255) = 46.92%

R = 31.81%
G = 21.27%
B = 46.92%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A06BEC (or 0xA06BEC) is known color: Medium Purple. HEX triplet: A0, 6B and EC. RGB value is (160,107,236). Sum of RGB (Red+Green+Blue) = 160+107+236=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #A06BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06BEC is #5F9413. Grayscale: #898989. Windows color (decimal): -6263828 or 15494048. OLE color: 15494048.

HSL color Cylindrical-coordinate representation of color #A06BEC: hue angle of 264.65º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A06BEC is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 107 236 -
CMYK 0.32 0.55 0 0.07
HSL 264.65º 0.77% 0.67% -
HSV(B) 264.65º 0.55% 0.93% -
XYZ 34.9 24.05 82.16 -
YUV 137.55 183.56 144.01 -
System Red Green Blue C M Y K H S L
Decimal 160 107 236 0.32 0.55 0 0.07 264.65 0.77 0.67
Hex A0 6B EC 20 37 0 7 109 4D 43
Octal 240 153 354 40 67 0 7 411 115 103
Binary 10100000 1101011 11101100 100000 110111 0 111 100001001 1001101 1000011

Color Harmonies of #A06BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06BEC

Black with #A06BEC

Text Example


Text Example

White with #A06BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06BEC; }

 p { color: rgb(160,107,236); }

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

background-color css

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

 a { background-color: rgb(160,107,236); }

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

border-color css

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

 span { border-color: rgb(160,107,236); }

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