Html Css Color HEX #A98ECF Biloba Flower

📋 copy color: '#A98ECF'

red 169 ◦ green 142 ◦ blue 207

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

Shades of Biloba Flower #A98ECF

Tints of Biloba Flower #A98ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.96%

R = 32.63%
G = 27.41%
B = 39.96%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A98ECF (or 0xA98ECF) is known color: Biloba Flower. HEX triplet: A9, 8E and CF. RGB value is (169,142,207). Sum of RGB (Red+Green+Blue) = 169+142+207=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #A98ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98ECF is #567130. Grayscale: #9D9D9D. Windows color (decimal): -5665073 or 13602473. OLE color: 13602473.

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

Color convert

RGB 169 142 207 -
CMYK 0.18 0.31 0 0.19
HSL 264.92º 0.4% 0.68% -
HSV(B) 264.92º 0.31% 0.81% -
XYZ 37.3 32.29 63.3 -
YUV 157.48 155.95 136.21 -
System Red Green Blue C M Y K H S L
Decimal 169 142 207 0.18 0.31 0 0.19 264.92 0.4 0.68
Hex A9 8E CF 12 1F 0 13 109 28 44
Octal 251 216 317 22 37 0 23 411 50 104
Binary 10101001 10001110 11001111 10010 11111 0 10011 100001001 101000 1000100

Color Harmonies of #A98ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98ECF

Black with #A98ECF

Text Example


Text Example

White with #A98ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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