Html Css Color HEX #A05CEC Medium Purple

📋 copy color: '#A05CEC'

red 160 ◦ green 92 ◦ blue 236

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

Shades of Medium Purple #A05CEC

Tints of Medium Purple #A05CEC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.85%

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

R = 32.79%
G = 18.85%
B = 48.36%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A05CEC (or 0xA05CEC) is known color: Medium Purple. HEX triplet: A0, 5C and EC. RGB value is (160,92,236). Sum of RGB (Red+Green+Blue) = 160+92+236=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 92 (36.33% from 255 or 18.85% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #A05CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05CEC is #5FA313. Grayscale: #808080. Windows color (decimal): -6267668 or 15490208. OLE color: 15490208.

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

Color convert

RGB 160 92 236 -
CMYK 0.32 0.61 0 0.07
HSL 268.33º 0.79% 0.64% -
HSV(B) 268.33º 0.61% 0.93% -
XYZ 33.46 21.18 81.68 -
YUV 128.75 188.53 150.29 -
System Red Green Blue C M Y K H S L
Decimal 160 92 236 0.32 0.61 0 0.07 268.33 0.79 0.64
Hex A0 5C EC 20 3D 0 7 10C 4F 40
Octal 240 134 354 40 75 0 7 414 117 100
Binary 10100000 1011100 11101100 100000 111101 0 111 100001100 1001111 1000000

Color Harmonies of #A05CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05CEC

Black with #A05CEC

Text Example


Text Example

White with #A05CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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