Html Css Color HEX #A882DB Biloba Flower

📋 copy color: '#A882DB'

red 168 ◦ green 130 ◦ blue 219

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

Shades of Biloba Flower #A882DB

Tints of Biloba Flower #A882DB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.15%

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

R = 32.5%
G = 25.15%
B = 42.36%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A882DB (or 0xA882DB) is known color: Biloba Flower. HEX triplet: A8, 82 and DB. RGB value is (168,130,219). Sum of RGB (Red+Green+Blue) = 168+130+219=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #A882DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A882DB is #577D24. Grayscale: #979797. Windows color (decimal): -5733669 or 14385832. OLE color: 14385832.

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

Color convert

RGB 168 130 219 -
CMYK 0.23 0.41 0 0.14
HSL 265.62º 0.55% 0.68% -
HSV(B) 265.62º 0.41% 0.86% -
XYZ 36.92 29.4 70.75 -
YUV 151.51 166.09 139.76 -
System Red Green Blue C M Y K H S L
Decimal 168 130 219 0.23 0.41 0 0.14 265.62 0.55 0.68
Hex A8 82 DB 17 29 0 E 10A 37 44
Octal 250 202 333 27 51 0 16 412 67 104
Binary 10101000 10000010 11011011 10111 101001 0 1110 100001010 110111 1000100

Color Harmonies of #A882DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A882DB

Black with #A882DB

Text Example


Text Example

White with #A882DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A882DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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