Html Css Color HEX #A880DB Biloba Flower

📋 copy color: '#A880DB'

red 168 ◦ green 128 ◦ blue 219

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

Shades of Biloba Flower #A880DB

Tints of Biloba Flower #A880DB

RGB

 RED value IS 168 (66.02% from 255) = 32.62%

 GREEN value IS 128 (50.39% from 255) = 24.85%

 BLUE value IS 219 (85.94% from 255) = 42.52%

R = 32.62%
G = 24.85%
B = 42.52%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A880DB (or 0xA880DB) is known color: Biloba Flower. HEX triplet: A8, 80 and DB. RGB value is (168,128,219). Sum of RGB (Red+Green+Blue) = 168+128+219=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #A880DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A880DB is #577F24. Grayscale: #969696. Windows color (decimal): -5734181 or 14385320. OLE color: 14385320.

HSL color Cylindrical-coordinate representation of color #A880DB: hue angle of 266.37º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A880DB is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 128 219 -
CMYK 0.23 0.42 0 0.14
HSL 266.37º 0.56% 0.68% -
HSV(B) 266.37º 0.42% 0.86% -
XYZ 36.65 28.88 70.66 -
YUV 150.33 166.75 140.6 -
System Red Green Blue C M Y K H S L
Decimal 168 128 219 0.23 0.42 0 0.14 266.37 0.56 0.68
Hex A8 80 DB 17 2A 0 E 10A 38 44
Octal 250 200 333 27 52 0 16 412 70 104
Binary 10101000 10000000 11011011 10111 101010 0 1110 100001010 111000 1000100

Color Harmonies of #A880DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A880DB

Black with #A880DB

Text Example


Text Example

White with #A880DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A880DB; }

 p { color: rgb(168,128,219); }

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

background-color css

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

 a { background-color: rgb(168,128,219); }

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

border-color css

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

 span { border-color: rgb(168,128,219); }

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