Html Css Color HEX #A08BF0 Medium Purple

📋 copy color: '#A08BF0'

red 160 ◦ green 139 ◦ blue 240

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

Shades of Medium Purple #A08BF0

Tints of Medium Purple #A08BF0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.79%

 BLUE value IS 240 (94.14% from 255) = 44.53%

R = 29.68%
G = 25.79%
B = 44.53%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A08BF0 (or 0xA08BF0) is known color: Medium Purple. HEX triplet: A0, 8B and F0. RGB value is (160,139,240). Sum of RGB (Red+Green+Blue) = 160+139+240=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 240 (94.14% from 255 or 44.53% from 539); Max value from RGB is 240 - color contains mainly: blue. Hex color #A08BF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08BF0 is #5F740F. Grayscale: #9C9C9C. Windows color (decimal): -6255632 or 15764384. OLE color: 15764384.

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

Color convert

RGB 160 139 240 -
CMYK 0.33 0.42 0 0.06
HSL 252.48º 0.77% 0.74% -
HSV(B) 252.48º 0.42% 0.94% -
XYZ 39.46 32.23 86.58 -
YUV 156.79 174.96 130.29 -
System Red Green Blue C M Y K H S L
Decimal 160 139 240 0.33 0.42 0 0.06 252.48 0.77 0.74
Hex A0 8B F0 21 2A 0 6 FC 4D 4A
Octal 240 213 360 41 52 0 6 374 115 112
Binary 10100000 10001011 11110000 100001 101010 0 110 11111100 1001101 1001010

Color Harmonies of #A08BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08BF0

Black with #A08BF0

Text Example


Text Example

White with #A08BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08BF0; }

 p { color: rgb(160,139,240); }

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

background-color css

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

 a { background-color: rgb(160,139,240); }

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

border-color css

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

 span { border-color: rgb(160,139,240); }

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