Html Css Color HEX #A08BDD Biloba Flower

📋 copy color: '#A08BDD'

red 160 ◦ green 139 ◦ blue 221

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

Shades of Biloba Flower #A08BDD

Tints of Biloba Flower #A08BDD

RGB

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

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

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

R = 30.77%
G = 26.73%
B = 42.5%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A08BDD (or 0xA08BDD) is known color: Biloba Flower. HEX triplet: A0, 8B and DD. RGB value is (160,139,221). Sum of RGB (Red+Green+Blue) = 160+139+221=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #A08BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BDD is #5F7422. Grayscale: #9A9A9A. Windows color (decimal): -6255651 or 14519200. OLE color: 14519200.

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

Color convert

RGB 160 139 221 -
CMYK 0.28 0.37 0 0.13
HSL 255.37º 0.55% 0.71% -
HSV(B) 255.37º 0.37% 0.87% -
XYZ 36.78 31.16 72.48 -
YUV 154.63 165.46 131.83 -
System Red Green Blue C M Y K H S L
Decimal 160 139 221 0.28 0.37 0 0.13 255.37 0.55 0.71
Hex A0 8B DD 1C 25 0 D FF 37 47
Octal 240 213 335 34 45 0 15 377 67 107
Binary 10100000 10001011 11011101 11100 100101 0 1101 11111111 110111 1000111

Color Harmonies of #A08BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08BDD

Black with #A08BDD

Text Example


Text Example

White with #A08BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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