Html Css Color HEX #A896DA Biloba Flower

📋 copy color: '#A896DA'

red 168 ◦ green 150 ◦ blue 218

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

Shades of Biloba Flower #A896DA

Tints of Biloba Flower #A896DA

RGB

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

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

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

R = 31.34%
G = 27.99%
B = 40.67%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A896DA (or 0xA896DA) is known color: Biloba Flower. HEX triplet: A8, 96 and DA. RGB value is (168,150,218). Sum of RGB (Red+Green+Blue) = 168+150+218=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #A896DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A896DA is #576925. Grayscale: #A2A2A2. Windows color (decimal): -5728550 or 14325416. OLE color: 14325416.

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

Color convert

RGB 168 150 218 -
CMYK 0.23 0.31 0 0.15
HSL 255.88º 0.48% 0.72% -
HSV(B) 255.88º 0.31% 0.85% -
XYZ 39.71 35.2 71.03 -
YUV 163.13 158.96 131.47 -
System Red Green Blue C M Y K H S L
Decimal 168 150 218 0.23 0.31 0 0.15 255.88 0.48 0.72
Hex A8 96 DA 17 1F 0 F 100 30 48
Octal 250 226 332 27 37 0 17 400 60 110
Binary 10101000 10010110 11011010 10111 11111 0 1111 100000000 110000 1001000

Color Harmonies of #A896DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A896DA

Black with #A896DA

Text Example


Text Example

White with #A896DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A896DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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