Html Css Color HEX #A896DB Biloba Flower

📋 copy color: '#A896DB'

red 168 ◦ green 150 ◦ blue 219

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

Shades of Biloba Flower #A896DB

Tints of Biloba Flower #A896DB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.93%

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

R = 31.28%
G = 27.93%
B = 40.78%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A896DB (or 0xA896DB) is known color: Biloba Flower. HEX triplet: A8, 96 and DB. RGB value is (168,150,219). Sum of RGB (Red+Green+Blue) = 168+150+219=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #A896DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A896DB is #576924. Grayscale: #A2A2A2. Windows color (decimal): -5728549 or 14390952. OLE color: 14390952.

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

Color convert

RGB 168 150 219 -
CMYK 0.23 0.32 0 0.14
HSL 255.65º 0.49% 0.72% -
HSV(B) 255.65º 0.32% 0.86% -
XYZ 39.84 35.25 71.72 -
YUV 163.25 159.46 131.39 -
System Red Green Blue C M Y K H S L
Decimal 168 150 219 0.23 0.32 0 0.14 255.65 0.49 0.72
Hex A8 96 DB 17 20 0 E 100 31 48
Octal 250 226 333 27 40 0 16 400 61 110
Binary 10101000 10010110 11011011 10111 100000 0 1110 100000000 110001 1001000

Color Harmonies of #A896DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A896DB

Black with #A896DB

Text Example


Text Example

White with #A896DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A896DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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