Html Css Color HEX #A898C8 Biloba Flower

📋 copy color: '#A898C8'

red 168 ◦ green 152 ◦ blue 200

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

Shades of Biloba Flower #A898C8

Tints of Biloba Flower #A898C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.46%

R = 32.31%
G = 29.23%
B = 38.46%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A898C8 (or 0xA898C8) is known color: Biloba Flower. HEX triplet: A8, 98 and C8. RGB value is (168,152,200). Sum of RGB (Red+Green+Blue) = 168+152+200=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 200 (78.52% from 255 or 38.46% from 520); Max value from RGB is 200 - color contains mainly: blue. Hex color #A898C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898C8 is #576737. Grayscale: #A2A2A2. Windows color (decimal): -5728056 or 13146280. OLE color: 13146280.

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

Color convert

RGB 168 152 200 -
CMYK 0.16 0.24 0 0.22
HSL 260º 0.3% 0.69% -
HSV(B) 260º 0.24% 0.78% -
XYZ 37.8 34.95 59.4 -
YUV 162.26 149.3 132.1 -
System Red Green Blue C M Y K H S L
Decimal 168 152 200 0.16 0.24 0 0.22 260 0.3 0.69
Hex A8 98 C8 10 18 0 16 104 1E 45
Octal 250 230 310 20 30 0 26 404 36 105
Binary 10101000 10011000 11001000 10000 11000 0 10110 100000100 11110 1000101

Color Harmonies of #A898C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A898C8

Black with #A898C8

Text Example


Text Example

White with #A898C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A898C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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