Html Css Color HEX #A98DE1 Biloba Flower

📋 copy color: '#A98DE1'

red 169 ◦ green 141 ◦ blue 225

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

Shades of Biloba Flower #A98DE1

Tints of Biloba Flower #A98DE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.06%

R = 31.59%
G = 26.36%
B = 42.06%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A98DE1 (or 0xA98DE1) is known color: Biloba Flower. HEX triplet: A9, 8D and E1. RGB value is (169,141,225). Sum of RGB (Red+Green+Blue) = 169+141+225=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 225 (88.28% from 255 or 42.06% from 535); Max value from RGB is 225 - color contains mainly: blue. Hex color #A98DE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98DE1 is #56721E. Grayscale: #9E9E9E. Windows color (decimal): -5665311 or 14781865. OLE color: 14781865.

HSL color Cylindrical-coordinate representation of color #A98DE1: hue angle of 260º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A98DE1 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 169 141 225 -
CMYK 0.25 0.37 0 0.12
HSL 260º 0.58% 0.72% -
HSV(B) 260º 0.37% 0.88% -
XYZ 39.48 32.92 75.51 -
YUV 158.95 165.28 135.17 -
System Red Green Blue C M Y K H S L
Decimal 169 141 225 0.25 0.37 0 0.12 260 0.58 0.72
Hex A9 8D E1 19 25 0 C 104 3A 48
Octal 251 215 341 31 45 0 14 404 72 110
Binary 10101001 10001101 11100001 11001 100101 0 1100 100000100 111010 1001000

Color Harmonies of #A98DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98DE1

Black with #A98DE1

Text Example


Text Example

White with #A98DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98DE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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