Html Css Color HEX #A898C3 Biloba Flower

📋 copy color: '#A898C3'

red 168 ◦ green 152 ◦ blue 195

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

Shades of Biloba Flower #A898C3

Tints of Biloba Flower #A898C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.86%

R = 32.62%
G = 29.51%
B = 37.86%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A898C3 (or 0xA898C3) is known color: Biloba Flower. HEX triplet: A8, 98 and C3. RGB value is (168,152,195). Sum of RGB (Red+Green+Blue) = 168+152+195=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 195 (76.56% from 255 or 37.86% from 515); Max value from RGB is 195 - color contains mainly: blue. Hex color #A898C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898C3 is #57673C. Grayscale: #A1A1A1. Windows color (decimal): -5728061 or 12818600. OLE color: 12818600.

HSL color Cylindrical-coordinate representation of color #A898C3: hue angle of 262.33º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A898C3 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 152 195 -
CMYK 0.14 0.22 0 0.24
HSL 262.33º 0.26% 0.68% -
HSV(B) 262.33º 0.22% 0.76% -
XYZ 37.23 34.72 56.37 -
YUV 161.69 146.8 132.5 -
System Red Green Blue C M Y K H S L
Decimal 168 152 195 0.14 0.22 0 0.24 262.33 0.26 0.68
Hex A8 98 C3 E 16 0 18 106 1A 44
Octal 250 230 303 16 26 0 30 406 32 104
Binary 10101000 10011000 11000011 1110 10110 0 11000 100000110 11010 1000100

Color Harmonies of #A898C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A898C3

Black with #A898C3

Text Example


Text Example

White with #A898C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A898C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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