Html Css Color HEX #A98EC9 Biloba Flower

📋 copy color: '#A98EC9'

red 169 ◦ green 142 ◦ blue 201

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

Shades of Biloba Flower #A98EC9

Tints of Biloba Flower #A98EC9

RGB

 RED value IS 169 (66.41% from 255) = 33.01%

 GREEN value IS 142 (55.86% from 255) = 27.73%

 BLUE value IS 201 (78.91% from 255) = 39.26%

R = 33.01%
G = 27.73%
B = 39.26%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A98EC9 (or 0xA98EC9) is known color: Biloba Flower. HEX triplet: A9, 8E and C9. RGB value is (169,142,201). Sum of RGB (Red+Green+Blue) = 169+142+201=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 201 - color contains mainly: blue. Hex color #A98EC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98EC9 is #567136. Grayscale: #9C9C9C. Windows color (decimal): -5665079 or 13209257. OLE color: 13209257.

HSL color Cylindrical-coordinate representation of color #A98EC9: hue angle of 267.46º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A98EC9 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 142 201 -
CMYK 0.16 0.29 0 0.21
HSL 267.46º 0.35% 0.67% -
HSV(B) 267.46º 0.29% 0.79% -
XYZ 36.58 32 59.51 -
YUV 156.8 152.95 136.7 -
System Red Green Blue C M Y K H S L
Decimal 169 142 201 0.16 0.29 0 0.21 267.46 0.35 0.67
Hex A9 8E C9 10 1D 0 15 10B 23 43
Octal 251 216 311 20 35 0 25 413 43 103
Binary 10101001 10001110 11001001 10000 11101 0 10101 100001011 100011 1000011

Color Harmonies of #A98EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98EC9

Black with #A98EC9

Text Example


Text Example

White with #A98EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98EC9; }

 p { color: rgb(169,142,201); }

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

background-color css

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

 a { background-color: rgb(169,142,201); }

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

border-color css

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

 span { border-color: rgb(169,142,201); }

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