Html Css Color HEX #A897DA Biloba Flower

📋 copy color: '#A897DA'

red 168 ◦ green 151 ◦ blue 218

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

Shades of Biloba Flower #A897DA

Tints of Biloba Flower #A897DA

RGB

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

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

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

R = 31.28%
G = 28.12%
B = 40.6%

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

#A897DA (or 0xA897DA) is known color: Biloba Flower. HEX triplet: A8, 97 and DA. RGB value is (168,151,218). Sum of RGB (Red+Green+Blue) = 168+151+218=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 151 (59.38% from 255 or 28.12% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #A897DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A897DA is #576825. Grayscale: #A3A3A3. Windows color (decimal): -5728294 or 14325672. OLE color: 14325672.

HSL color Cylindrical-coordinate representation of color #A897DA: hue angle of 255.22º 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 #A897DA is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 151 218 -
CMYK 0.23 0.31 0 0.15
HSL 255.22º 0.48% 0.72% -
HSV(B) 255.22º 0.31% 0.85% -
XYZ 39.87 35.52 71.08 -
YUV 163.72 158.63 131.05 -
System Red Green Blue C M Y K H S L
Decimal 168 151 218 0.23 0.31 0 0.15 255.22 0.48 0.72
Hex A8 97 DA 17 1F 0 F FF 30 48
Octal 250 227 332 27 37 0 17 377 60 110
Binary 10101000 10010111 11011010 10111 11111 0 1111 11111111 110000 1001000

Color Harmonies of #A897DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A897DA

Black with #A897DA

Text Example


Text Example

White with #A897DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A897DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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