Html Css Color HEX #A05CEA Medium Purple

📋 copy color: '#A05CEA'

red 160 ◦ green 92 ◦ blue 234

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

Shades of Medium Purple #A05CEA

Tints of Medium Purple #A05CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.15%

R = 32.92%
G = 18.93%
B = 48.15%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A05CEA (or 0xA05CEA) is known color: Medium Purple. HEX triplet: A0, 5C and EA. RGB value is (160,92,234). Sum of RGB (Red+Green+Blue) = 160+92+234=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #A05CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05CEA is #5FA315. Grayscale: #808080. Windows color (decimal): -6267670 or 15359136. OLE color: 15359136.

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

Color convert

RGB 160 92 234 -
CMYK 0.32 0.61 0 0.08
HSL 268.73º 0.77% 0.64% -
HSV(B) 268.73º 0.61% 0.92% -
XYZ 33.18 21.07 80.16 -
YUV 128.52 187.53 150.45 -
System Red Green Blue C M Y K H S L
Decimal 160 92 234 0.32 0.61 0 0.08 268.73 0.77 0.64
Hex A0 5C EA 20 3D 0 8 10D 4D 40
Octal 240 134 352 40 75 0 10 415 115 100
Binary 10100000 1011100 11101010 100000 111101 0 1000 100001101 1001101 1000000

Color Harmonies of #A05CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05CEA

Black with #A05CEA

Text Example


Text Example

White with #A05CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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