Html Css Color HEX #A897CE Biloba Flower

📋 copy color: '#A897CE'

red 168 ◦ green 151 ◦ blue 206

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

Shades of Biloba Flower #A897CE

Tints of Biloba Flower #A897CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.24%

R = 32%
G = 28.76%
B = 39.24%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A897CE (or 0xA897CE) is known color: Biloba Flower. HEX triplet: A8, 97 and CE. RGB value is (168,151,206). Sum of RGB (Red+Green+Blue) = 168+151+206=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #A897CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A897CE is #576831. Grayscale: #A2A2A2. Windows color (decimal): -5728306 or 13539240. OLE color: 13539240.

HSL color Cylindrical-coordinate representation of color #A897CE: hue angle of 258.55º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A897CE is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 151 206 -
CMYK 0.18 0.27 0 0.19
HSL 258.55º 0.36% 0.7% -
HSV(B) 258.55º 0.27% 0.81% -
XYZ 38.36 34.91 63.11 -
YUV 162.35 152.63 132.03 -
System Red Green Blue C M Y K H S L
Decimal 168 151 206 0.18 0.27 0 0.19 258.55 0.36 0.7
Hex A8 97 CE 12 1B 0 13 103 24 46
Octal 250 227 316 22 33 0 23 403 44 106
Binary 10101000 10010111 11001110 10010 11011 0 10011 100000011 100100 1000110

Color Harmonies of #A897CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A897CE

Black with #A897CE

Text Example


Text Example

White with #A897CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A897CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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