Html Css Color HEX #A98DE7 Biloba Flower

📋 copy color: '#A98DE7'

red 169 ◦ green 141 ◦ blue 231

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

Shades of Biloba Flower #A98DE7

Tints of Biloba Flower #A98DE7

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.06%

 BLUE value IS 231 (90.63% from 255) = 42.7%

R = 31.24%
G = 26.06%
B = 42.7%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A98DE7 (or 0xA98DE7) is known color: Biloba Flower. HEX triplet: A9, 8D and E7. RGB value is (169,141,231). Sum of RGB (Red+Green+Blue) = 169+141+231=541 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.24% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 231 (90.62% from 255 or 42.70% from 541); Max value from RGB is 231 - color contains mainly: blue. Hex color #A98DE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98DE7 is #567218. Grayscale: #9F9F9F. Windows color (decimal): -5665305 or 15175081. OLE color: 15175081.

HSL color Cylindrical-coordinate representation of color #A98DE7: hue angle of 258.67º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A98DE7 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 169 141 231 -
CMYK 0.27 0.39 0 0.09
HSL 258.67º 0.65% 0.73% -
HSV(B) 258.67º 0.39% 0.91% -
XYZ 40.31 33.25 79.9 -
YUV 159.63 168.28 134.68 -
System Red Green Blue C M Y K H S L
Decimal 169 141 231 0.27 0.39 0 0.09 258.67 0.65 0.73
Hex A9 8D E7 1B 27 0 9 103 41 49
Octal 251 215 347 33 47 0 11 403 101 111
Binary 10101001 10001101 11100111 11011 100111 0 1001 100000011 1000001 1001001

Color Harmonies of #A98DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98DE7

Black with #A98DE7

Text Example


Text Example

White with #A98DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98DE7; }

 p { color: rgb(169,141,231); }

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

background-color css

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

 a { background-color: rgb(169,141,231); }

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

border-color css

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

 span { border-color: rgb(169,141,231); }

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