Html Css Color HEX #A898C9 Biloba Flower

📋 copy color: '#A898C9'

red 168 ◦ green 152 ◦ blue 201

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

Shades of Biloba Flower #A898C9

Tints of Biloba Flower #A898C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.58%

R = 32.25%
G = 29.17%
B = 38.58%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A898C9 (or 0xA898C9) is known color: Biloba Flower. HEX triplet: A8, 98 and C9. RGB value is (168,152,201). Sum of RGB (Red+Green+Blue) = 168+152+201=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 201 (78.91% from 255 or 38.58% from 521); Max value from RGB is 201 - color contains mainly: blue. Hex color #A898C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898C9 is #576736. Grayscale: #A2A2A2. Windows color (decimal): -5728055 or 13211816. OLE color: 13211816.

HSL color Cylindrical-coordinate representation of color #A898C9: hue angle of 259.59º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A898C9 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 152 201 -
CMYK 0.16 0.24 0 0.21
HSL 259.59º 0.31% 0.69% -
HSV(B) 259.59º 0.24% 0.79% -
XYZ 37.92 35 60.02 -
YUV 162.37 149.8 132.02 -
System Red Green Blue C M Y K H S L
Decimal 168 152 201 0.16 0.24 0 0.21 259.59 0.31 0.69
Hex A8 98 C9 10 18 0 15 104 1F 45
Octal 250 230 311 20 30 0 25 404 37 105
Binary 10101000 10011000 11001001 10000 11000 0 10101 100000100 11111 1000101

Color Harmonies of #A898C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A898C9

Black with #A898C9

Text Example


Text Example

White with #A898C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A898C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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