Html Css Color HEX #A98ACE Biloba Flower

📋 copy color: '#A98ACE'

red 169 ◦ green 138 ◦ blue 206

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

Shades of Biloba Flower #A98ACE

Tints of Biloba Flower #A98ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.9%

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

R = 32.94%
G = 26.9%
B = 40.16%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A98ACE (or 0xA98ACE) is known color: Biloba Flower. HEX triplet: A9, 8A and CE. RGB value is (169,138,206). Sum of RGB (Red+Green+Blue) = 169+138+206=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #A98ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98ACE is #567531. Grayscale: #9A9A9A. Windows color (decimal): -5666098 or 13535913. OLE color: 13535913.

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

Color convert

RGB 169 138 206 -
CMYK 0.18 0.33 0 0.19
HSL 267.35º 0.41% 0.67% -
HSV(B) 267.35º 0.33% 0.81% -
XYZ 36.59 31.07 62.46 -
YUV 155.02 156.77 137.97 -
System Red Green Blue C M Y K H S L
Decimal 169 138 206 0.18 0.33 0 0.19 267.35 0.41 0.67
Hex A9 8A CE 12 21 0 13 10B 29 43
Octal 251 212 316 22 41 0 23 413 51 103
Binary 10101001 10001010 11001110 10010 100001 0 10011 100001011 101001 1000011

Color Harmonies of #A98ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98ACE

Black with #A98ACE

Text Example


Text Example

White with #A98ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98ACE; }

 p { color: rgb(169,138,206); }

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

background-color css

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

 a { background-color: rgb(169,138,206); }

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

border-color css

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

 span { border-color: rgb(169,138,206); }

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