Html Css Color HEX #A898D7 Biloba Flower

📋 copy color: '#A898D7'

red 168 ◦ green 152 ◦ blue 215

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

Shades of Biloba Flower #A898D7

Tints of Biloba Flower #A898D7

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.41%

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

R = 31.4%
G = 28.41%
B = 40.19%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A898D7 (or 0xA898D7) is known color: Biloba Flower. HEX triplet: A8, 98 and D7. RGB value is (168,152,215). Sum of RGB (Red+Green+Blue) = 168+152+215=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 215 (84.38% from 255 or 40.19% from 535); Max value from RGB is 215 - color contains mainly: blue. Hex color #A898D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898D7 is #576728. Grayscale: #A3A3A3. Windows color (decimal): -5728041 or 14129320. OLE color: 14129320.

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

Color convert

RGB 168 152 215 -
CMYK 0.22 0.29 0 0.16
HSL 255.24º 0.44% 0.72% -
HSV(B) 255.24º 0.29% 0.84% -
XYZ 39.64 35.69 69.09 -
YUV 163.97 156.8 130.88 -
System Red Green Blue C M Y K H S L
Decimal 168 152 215 0.22 0.29 0 0.16 255.24 0.44 0.72
Hex A8 98 D7 16 1D 0 10 FF 2C 48
Octal 250 230 327 26 35 0 20 377 54 110
Binary 10101000 10011000 11010111 10110 11101 0 10000 11111111 101100 1001000

Color Harmonies of #A898D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A898D7

Black with #A898D7

Text Example


Text Example

White with #A898D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A898D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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