Html Css Color HEX #A08AEB Medium Purple

📋 copy color: '#A08AEB'

red 160 ◦ green 138 ◦ blue 235

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

Shades of Medium Purple #A08AEB

Tints of Medium Purple #A08AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.09%

R = 30.02%
G = 25.89%
B = 44.09%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A08AEB (or 0xA08AEB) is known color: Medium Purple. HEX triplet: A0, 8A and EB. RGB value is (160,138,235). Sum of RGB (Red+Green+Blue) = 160+138+235=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #A08AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08AEB is #5F7514. Grayscale: #9B9B9B. Windows color (decimal): -6255893 or 15436448. OLE color: 15436448.

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

Color convert

RGB 160 138 235 -
CMYK 0.32 0.41 0 0.08
HSL 253.61º 0.71% 0.73% -
HSV(B) 253.61º 0.41% 0.92% -
XYZ 38.58 31.65 82.67 -
YUV 155.64 172.79 131.11 -
System Red Green Blue C M Y K H S L
Decimal 160 138 235 0.32 0.41 0 0.08 253.61 0.71 0.73
Hex A0 8A EB 20 29 0 8 FE 47 49
Octal 240 212 353 40 51 0 10 376 107 111
Binary 10100000 10001010 11101011 100000 101001 0 1000 11111110 1000111 1001001

Color Harmonies of #A08AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08AEB

Black with #A08AEB

Text Example


Text Example

White with #A08AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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