Html Css Color HEX #A898C6 Biloba Flower

📋 copy color: '#A898C6'

red 168 ◦ green 152 ◦ blue 198

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

Shades of Biloba Flower #A898C6

Tints of Biloba Flower #A898C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.22%

R = 32.43%
G = 29.34%
B = 38.22%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A898C6 (or 0xA898C6) is known color: Biloba Flower. HEX triplet: A8, 98 and C6. RGB value is (168,152,198). Sum of RGB (Red+Green+Blue) = 168+152+198=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 198 - color contains mainly: blue. Hex color #A898C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898C6 is #576739. Grayscale: #A1A1A1. Windows color (decimal): -5728058 or 13015208. OLE color: 13015208.

HSL color Cylindrical-coordinate representation of color #A898C6: hue angle of 260.87º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A898C6 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 152 198 -
CMYK 0.15 0.23 0 0.22
HSL 260.87º 0.29% 0.69% -
HSV(B) 260.87º 0.23% 0.78% -
XYZ 37.57 34.86 58.17 -
YUV 162.03 148.3 132.26 -
System Red Green Blue C M Y K H S L
Decimal 168 152 198 0.15 0.23 0 0.22 260.87 0.29 0.69
Hex A8 98 C6 F 17 0 16 105 1D 45
Octal 250 230 306 17 27 0 26 405 35 105
Binary 10101000 10011000 11000110 1111 10111 0 10110 100000101 11101 1000101

Color Harmonies of #A898C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A898C6

Black with #A898C6

Text Example


Text Example

White with #A898C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A898C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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