Html Css Color HEX #A08DDD Biloba Flower

📋 copy color: '#A08DDD'

red 160 ◦ green 141 ◦ blue 221

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

Shades of Biloba Flower #A08DDD

Tints of Biloba Flower #A08DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.34%

R = 30.65%
G = 27.01%
B = 42.34%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A08DDD (or 0xA08DDD) is known color: Biloba Flower. HEX triplet: A0, 8D and DD. RGB value is (160,141,221). Sum of RGB (Red+Green+Blue) = 160+141+221=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #A08DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08DDD is #5F7222. Grayscale: #9B9B9B. Windows color (decimal): -6255139 or 14519712. OLE color: 14519712.

HSL color Cylindrical-coordinate representation of color #A08DDD: hue angle of 254.25º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A08DDD is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 141 221 -
CMYK 0.28 0.36 0 0.13
HSL 254.25º 0.54% 0.71% -
HSV(B) 254.25º 0.36% 0.87% -
XYZ 37.07 31.74 72.58 -
YUV 155.8 164.79 131 -
System Red Green Blue C M Y K H S L
Decimal 160 141 221 0.28 0.36 0 0.13 254.25 0.54 0.71
Hex A0 8D DD 1C 24 0 D FE 36 47
Octal 240 215 335 34 44 0 15 376 66 107
Binary 10100000 10001101 11011101 11100 100100 0 1101 11111110 110110 1000111

Color Harmonies of #A08DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08DDD

Black with #A08DDD

Text Example


Text Example

White with #A08DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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