Html Css Color HEX #A08AEE Medium Purple

📋 copy color: '#A08AEE'

red 160 ◦ green 138 ◦ blue 238

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

Shades of Medium Purple #A08AEE

Tints of Medium Purple #A08AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.4%

R = 29.85%
G = 25.75%
B = 44.4%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A08AEE (or 0xA08AEE) is known color: Medium Purple. HEX triplet: A0, 8A and EE. RGB value is (160,138,238). Sum of RGB (Red+Green+Blue) = 160+138+238=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #A08AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08AEE is #5F7511. Grayscale: #9B9B9B. Windows color (decimal): -6255890 or 15633056. OLE color: 15633056.

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

Color convert

RGB 160 138 238 -
CMYK 0.33 0.42 0 0.07
HSL 253.2º 0.75% 0.74% -
HSV(B) 253.2º 0.42% 0.93% -
XYZ 39.02 31.82 84.98 -
YUV 155.98 174.29 130.87 -
System Red Green Blue C M Y K H S L
Decimal 160 138 238 0.33 0.42 0 0.07 253.2 0.75 0.74
Hex A0 8A EE 21 2A 0 7 FD 4B 4A
Octal 240 212 356 41 52 0 7 375 113 112
Binary 10100000 10001010 11101110 100001 101010 0 111 11111101 1001011 1001010

Color Harmonies of #A08AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08AEE

Black with #A08AEE

Text Example


Text Example

White with #A08AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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