Html Css Color HEX #A08AEC Medium Purple

📋 copy color: '#A08AEC'

red 160 ◦ green 138 ◦ blue 236

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

Shades of Medium Purple #A08AEC

Tints of Medium Purple #A08AEC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.84%

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

R = 29.96%
G = 25.84%
B = 44.19%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A08AEC (or 0xA08AEC) is known color: Medium Purple. HEX triplet: A0, 8A and EC. RGB value is (160,138,236). Sum of RGB (Red+Green+Blue) = 160+138+236=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #A08AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08AEC is #5F7513. Grayscale: #9B9B9B. Windows color (decimal): -6255892 or 15501984. OLE color: 15501984.

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

Color convert

RGB 160 138 236 -
CMYK 0.32 0.42 0 0.07
HSL 253.47º 0.72% 0.73% -
HSV(B) 253.47º 0.42% 0.93% -
XYZ 38.73 31.71 83.44 -
YUV 155.75 173.29 131.03 -
System Red Green Blue C M Y K H S L
Decimal 160 138 236 0.32 0.42 0 0.07 253.47 0.72 0.73
Hex A0 8A EC 20 2A 0 7 FD 48 49
Octal 240 212 354 40 52 0 7 375 110 111
Binary 10100000 10001010 11101100 100000 101010 0 111 11111101 1001000 1001001

Color Harmonies of #A08AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08AEC

Black with #A08AEC

Text Example


Text Example

White with #A08AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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