Html Css Color HEX #A880DA Biloba Flower

📋 copy color: '#A880DA'

red 168 ◦ green 128 ◦ blue 218

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

Shades of Biloba Flower #A880DA

Tints of Biloba Flower #A880DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.41%

R = 32.68%
G = 24.9%
B = 42.41%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A880DA (or 0xA880DA) is known color: Biloba Flower. HEX triplet: A8, 80 and DA. RGB value is (168,128,218). Sum of RGB (Red+Green+Blue) = 168+128+218=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #A880DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A880DA is #577F25. Grayscale: #959595. Windows color (decimal): -5734182 or 14319784. OLE color: 14319784.

HSL color Cylindrical-coordinate representation of color #A880DA: hue angle of 266.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A880DA is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 128 218 -
CMYK 0.23 0.41 0 0.15
HSL 266.67º 0.55% 0.68% -
HSV(B) 266.67º 0.41% 0.85% -
XYZ 36.52 28.83 69.97 -
YUV 150.22 166.25 140.68 -
System Red Green Blue C M Y K H S L
Decimal 168 128 218 0.23 0.41 0 0.15 266.67 0.55 0.68
Hex A8 80 DA 17 29 0 F 10B 37 44
Octal 250 200 332 27 51 0 17 413 67 104
Binary 10101000 10000000 11011010 10111 101001 0 1111 100001011 110111 1000100

Color Harmonies of #A880DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A880DA

Black with #A880DA

Text Example


Text Example

White with #A880DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A880DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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