Html Css Color HEX #A08BD9 Biloba Flower

📋 copy color: '#A08BD9'

red 160 ◦ green 139 ◦ blue 217

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

Shades of Biloba Flower #A08BD9

Tints of Biloba Flower #A08BD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 42.05%

R = 31.01%
G = 26.94%
B = 42.05%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A08BD9 (or 0xA08BD9) is known color: Biloba Flower. HEX triplet: A0, 8B and D9. RGB value is (160,139,217). Sum of RGB (Red+Green+Blue) = 160+139+217=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 217 - color contains mainly: blue. Hex color #A08BD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BD9 is #5F7426. Grayscale: #999999. Windows color (decimal): -6255655 or 14257056. OLE color: 14257056.

HSL color Cylindrical-coordinate representation of color #A08BD9: hue angle of 256.15º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A08BD9 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 139 217 -
CMYK 0.26 0.36 0 0.15
HSL 256.15º 0.51% 0.7% -
HSV(B) 256.15º 0.36% 0.85% -
XYZ 36.25 30.95 69.71 -
YUV 154.17 163.46 132.16 -
System Red Green Blue C M Y K H S L
Decimal 160 139 217 0.26 0.36 0 0.15 256.15 0.51 0.7
Hex A0 8B D9 1A 24 0 F 100 33 46
Octal 240 213 331 32 44 0 17 400 63 106
Binary 10100000 10001011 11011001 11010 100100 0 1111 100000000 110011 1000110

Color Harmonies of #A08BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08BD9

Black with #A08BD9

Text Example


Text Example

White with #A08BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08BD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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