Html Css Color HEX #A98ECB Biloba Flower

📋 copy color: '#A98ECB'

red 169 ◦ green 142 ◦ blue 203

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

Shades of Biloba Flower #A98ECB

Tints of Biloba Flower #A98ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.49%

R = 32.88%
G = 27.63%
B = 39.49%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A98ECB (or 0xA98ECB) is known color: Biloba Flower. HEX triplet: A9, 8E and CB. RGB value is (169,142,203). Sum of RGB (Red+Green+Blue) = 169+142+203=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #A98ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98ECB is #567134. Grayscale: #9C9C9C. Windows color (decimal): -5665077 or 13340329. OLE color: 13340329.

HSL color Cylindrical-coordinate representation of color #A98ECB: hue angle of 266.56º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A98ECB is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 142 203 -
CMYK 0.17 0.30 0 0.20
HSL 266.56º 0.37% 0.68% -
HSV(B) 266.56º 0.3% 0.8% -
XYZ 36.81 32.09 60.75 -
YUV 157.03 153.95 136.54 -
System Red Green Blue C M Y K H S L
Decimal 169 142 203 0.17 0.30 0 0.20 266.56 0.37 0.68
Hex A9 8E CB 11 1E 0 14 10B 25 44
Octal 251 216 313 21 36 0 24 413 45 104
Binary 10101001 10001110 11001011 10001 11110 0 10100 100001011 100101 1000100

Color Harmonies of #A98ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98ECB

Black with #A98ECB

Text Example


Text Example

White with #A98ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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