Html Css Color HEX #A897D7 Biloba Flower

📋 copy color: '#A897D7'

red 168 ◦ green 151 ◦ blue 215

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

Shades of Biloba Flower #A897D7

Tints of Biloba Flower #A897D7

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.28%

 BLUE value IS 215 (84.38% from 255) = 40.26%

R = 31.46%
G = 28.28%
B = 40.26%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A897D7 (or 0xA897D7) is known color: Biloba Flower. HEX triplet: A8, 97 and D7. RGB value is (168,151,215). Sum of RGB (Red+Green+Blue) = 168+151+215=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 215 (84.38% from 255 or 40.26% from 534); Max value from RGB is 215 - color contains mainly: blue. Hex color #A897D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A897D7 is #576828. Grayscale: #A3A3A3. Windows color (decimal): -5728297 or 14129064. OLE color: 14129064.

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

Color convert

RGB 168 151 215 -
CMYK 0.22 0.30 0 0.16
HSL 255.94º 0.44% 0.72% -
HSV(B) 255.94º 0.3% 0.84% -
XYZ 39.48 35.36 69.04 -
YUV 163.38 157.13 131.3 -
System Red Green Blue C M Y K H S L
Decimal 168 151 215 0.22 0.30 0 0.16 255.94 0.44 0.72
Hex A8 97 D7 16 1E 0 10 100 2C 48
Octal 250 227 327 26 36 0 20 400 54 110
Binary 10101000 10010111 11010111 10110 11110 0 10000 100000000 101100 1001000

Color Harmonies of #A897D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A897D7

Black with #A897D7

Text Example


Text Example

White with #A897D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A897D7; }

 p { color: rgb(168,151,215); }

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

background-color css

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

 a { background-color: rgb(168,151,215); }

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

border-color css

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

 span { border-color: rgb(168,151,215); }

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