Html Css Color HEX #A896D5 Biloba Flower

📋 copy color: '#A896D5'

red 168 ◦ green 150 ◦ blue 213

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

Shades of Biloba Flower #A896D5

Tints of Biloba Flower #A896D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.11%

R = 31.64%
G = 28.25%
B = 40.11%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A896D5 (or 0xA896D5) is known color: Biloba Flower. HEX triplet: A8, 96 and D5. RGB value is (168,150,213). Sum of RGB (Red+Green+Blue) = 168+150+213=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 213 (83.59% from 255 or 40.11% from 531); Max value from RGB is 213 - color contains mainly: blue. Hex color #A896D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A896D5 is #57692A. Grayscale: #A2A2A2. Windows color (decimal): -5728555 or 13997736. OLE color: 13997736.

HSL color Cylindrical-coordinate representation of color #A896D5: hue angle of 257.14º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A896D5 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 150 213 -
CMYK 0.21 0.30 0 0.16
HSL 257.14º 0.43% 0.71% -
HSV(B) 257.14º 0.3% 0.84% -
XYZ 39.07 34.94 67.64 -
YUV 162.56 156.46 131.88 -
System Red Green Blue C M Y K H S L
Decimal 168 150 213 0.21 0.30 0 0.16 257.14 0.43 0.71
Hex A8 96 D5 15 1E 0 10 101 2B 47
Octal 250 226 325 25 36 0 20 401 53 107
Binary 10101000 10010110 11010101 10101 11110 0 10000 100000001 101011 1000111

Color Harmonies of #A896D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A896D5

Black with #A896D5

Text Example


Text Example

White with #A896D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A896D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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