Html Css Color HEX #A08DDC Biloba Flower

📋 copy color: '#A08DDC'

red 160 ◦ green 141 ◦ blue 220

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

Shades of Biloba Flower #A08DDC

Tints of Biloba Flower #A08DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.23%

R = 30.71%
G = 27.06%
B = 42.23%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A08DDC (or 0xA08DDC) is known color: Biloba Flower. HEX triplet: A0, 8D and DC. RGB value is (160,141,220). Sum of RGB (Red+Green+Blue) = 160+141+220=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #A08DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08DDC is #5F7223. Grayscale: #9B9B9B. Windows color (decimal): -6255140 or 14454176. OLE color: 14454176.

HSL color Cylindrical-coordinate representation of color #A08DDC: hue angle of 254.43º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A08DDC is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 141 220 -
CMYK 0.27 0.36 0 0.14
HSL 254.43º 0.53% 0.71% -
HSV(B) 254.43º 0.36% 0.86% -
XYZ 36.94 31.69 71.88 -
YUV 155.69 164.29 131.08 -
System Red Green Blue C M Y K H S L
Decimal 160 141 220 0.27 0.36 0 0.14 254.43 0.53 0.71
Hex A0 8D DC 1B 24 0 E FE 35 47
Octal 240 215 334 33 44 0 16 376 65 107
Binary 10100000 10001101 11011100 11011 100100 0 1110 11111110 110101 1000111

Color Harmonies of #A08DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08DDC

Black with #A08DDC

Text Example


Text Example

White with #A08DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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