Html Css Color HEX #A898C2 Biloba Flower

📋 copy color: '#A898C2'

red 168 ◦ green 152 ◦ blue 194

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

Shades of Biloba Flower #A898C2

Tints of Biloba Flower #A898C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.74%

R = 32.68%
G = 29.57%
B = 37.74%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A898C2 (or 0xA898C2) is known color: Biloba Flower. HEX triplet: A8, 98 and C2. RGB value is (168,152,194). Sum of RGB (Red+Green+Blue) = 168+152+194=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 194 (76.17% from 255 or 37.74% from 514); Max value from RGB is 194 - color contains mainly: blue. Hex color #A898C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898C2 is #57673D. Grayscale: #A1A1A1. Windows color (decimal): -5728062 or 12753064. OLE color: 12753064.

HSL color Cylindrical-coordinate representation of color #A898C2: hue angle of 262.86º 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 #A898C2 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 152 194 -
CMYK 0.13 0.22 0 0.24
HSL 262.86º 0.26% 0.68% -
HSV(B) 262.86º 0.22% 0.76% -
XYZ 37.11 34.68 55.78 -
YUV 161.57 146.3 132.58 -
System Red Green Blue C M Y K H S L
Decimal 168 152 194 0.13 0.22 0 0.24 262.86 0.26 0.68
Hex A8 98 C2 D 16 0 18 107 1A 44
Octal 250 230 302 15 26 0 30 407 32 104
Binary 10101000 10011000 11000010 1101 10110 0 11000 100000111 11010 1000100

Color Harmonies of #A898C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A898C2

Black with #A898C2

Text Example


Text Example

White with #A898C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A898C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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