Html Css Color HEX #A98DED Biloba Flower

📋 copy color: '#A98DED'

red 169 ◦ green 141 ◦ blue 237

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

Shades of Biloba Flower #A98DED

Tints of Biloba Flower #A98DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.33%

R = 30.9%
G = 25.78%
B = 43.33%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A98DED (or 0xA98DED) is known color: Biloba Flower. HEX triplet: A9, 8D and ED. RGB value is (169,141,237). Sum of RGB (Red+Green+Blue) = 169+141+237=547 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.90% from 547); Green value is 141 (55.47% from 255 or 25.78% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #A98DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98DED is #567212. Grayscale: #9F9F9F. Windows color (decimal): -5665299 or 15568297. OLE color: 15568297.

HSL color Cylindrical-coordinate representation of color #A98DED: hue angle of 257.5º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A98DED is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 141 237 -
CMYK 0.29 0.41 0 0.07
HSL 257.5º 0.73% 0.74% -
HSV(B) 257.5º 0.41% 0.93% -
XYZ 41.17 33.6 84.44 -
YUV 160.32 171.28 134.19 -
System Red Green Blue C M Y K H S L
Decimal 169 141 237 0.29 0.41 0 0.07 257.5 0.73 0.74
Hex A9 8D ED 1D 29 0 7 102 49 4A
Octal 251 215 355 35 51 0 7 402 111 112
Binary 10101001 10001101 11101101 11101 101001 0 111 100000010 1001001 1001010

Color Harmonies of #A98DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98DED

Black with #A98DED

Text Example


Text Example

White with #A98DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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