Html Css Color HEX #A898CE Biloba Flower

📋 copy color: '#A898CE'

red 168 ◦ green 152 ◦ blue 206

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

Shades of Biloba Flower #A898CE

Tints of Biloba Flower #A898CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.16%

R = 31.94%
G = 28.9%
B = 39.16%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A898CE (or 0xA898CE) is known color: Biloba Flower. HEX triplet: A8, 98 and CE. RGB value is (168,152,206). Sum of RGB (Red+Green+Blue) = 168+152+206=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #A898CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898CE is #576731. Grayscale: #A2A2A2. Windows color (decimal): -5728050 or 13539496. OLE color: 13539496.

HSL color Cylindrical-coordinate representation of color #A898CE: hue angle of 257.78º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A898CE is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 152 206 -
CMYK 0.18 0.26 0 0.19
HSL 257.78º 0.36% 0.7% -
HSV(B) 257.78º 0.26% 0.81% -
XYZ 38.52 35.24 63.16 -
YUV 162.94 152.3 131.61 -
System Red Green Blue C M Y K H S L
Decimal 168 152 206 0.18 0.26 0 0.19 257.78 0.36 0.7
Hex A8 98 CE 12 1A 0 13 102 24 46
Octal 250 230 316 22 32 0 23 402 44 106
Binary 10101000 10011000 11001110 10010 11010 0 10011 100000010 100100 1000110

Color Harmonies of #A898CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A898CE

Black with #A898CE

Text Example


Text Example

White with #A898CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A898CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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