Html Css Color HEX #A08DD8 Biloba Flower

📋 copy color: '#A08DD8'

red 160 ◦ green 141 ◦ blue 216

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

Shades of Biloba Flower #A08DD8

Tints of Biloba Flower #A08DD8

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.27%

 BLUE value IS 216 (84.77% from 255) = 41.78%

R = 30.95%
G = 27.27%
B = 41.78%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A08DD8 (or 0xA08DD8) is known color: Biloba Flower. HEX triplet: A0, 8D and D8. RGB value is (160,141,216). Sum of RGB (Red+Green+Blue) = 160+141+216=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 216 - color contains mainly: blue. Hex color #A08DD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08DD8 is #5F7227. Grayscale: #9A9A9A. Windows color (decimal): -6255144 or 14192032. OLE color: 14192032.

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

Color convert

RGB 160 141 216 -
CMYK 0.26 0.35 0 0.15
HSL 255.2º 0.49% 0.7% -
HSV(B) 255.2º 0.35% 0.85% -
XYZ 36.42 31.48 69.12 -
YUV 155.23 162.29 131.4 -
System Red Green Blue C M Y K H S L
Decimal 160 141 216 0.26 0.35 0 0.15 255.2 0.49 0.7
Hex A0 8D D8 1A 23 0 F FF 31 46
Octal 240 215 330 32 43 0 17 377 61 106
Binary 10100000 10001101 11011000 11010 100011 0 1111 11111111 110001 1000110

Color Harmonies of #A08DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08DD8

Black with #A08DD8

Text Example


Text Example

White with #A08DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08DD8; }

 p { color: rgb(160,141,216); }

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

background-color css

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

 a { background-color: rgb(160,141,216); }

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

border-color css

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

 span { border-color: rgb(160,141,216); }

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