Html Css Color HEX #A08BDC Biloba Flower

📋 copy color: '#A08BDC'

red 160 ◦ green 139 ◦ blue 220

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

Shades of Biloba Flower #A08BDC

Tints of Biloba Flower #A08BDC

RGB

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

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

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

R = 30.83%
G = 26.78%
B = 42.39%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A08BDC (or 0xA08BDC) is known color: Biloba Flower. HEX triplet: A0, 8B and DC. RGB value is (160,139,220). Sum of RGB (Red+Green+Blue) = 160+139+220=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #A08BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BDC is #5F7423. Grayscale: #9A9A9A. Windows color (decimal): -6255652 or 14453664. OLE color: 14453664.

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

Color convert

RGB 160 139 220 -
CMYK 0.27 0.37 0 0.14
HSL 255.56º 0.54% 0.7% -
HSV(B) 255.56º 0.37% 0.86% -
XYZ 36.65 31.11 71.78 -
YUV 154.51 164.96 131.91 -
System Red Green Blue C M Y K H S L
Decimal 160 139 220 0.27 0.37 0 0.14 255.56 0.54 0.7
Hex A0 8B DC 1B 25 0 E 100 36 46
Octal 240 213 334 33 45 0 16 400 66 106
Binary 10100000 10001011 11011100 11011 100101 0 1110 100000000 110110 1000110

Color Harmonies of #A08BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08BDC

Black with #A08BDC

Text Example


Text Example

White with #A08BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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