Html Css Color HEX #A98CEE Biloba Flower

📋 copy color: '#A98CEE'

red 169 ◦ green 140 ◦ blue 238

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

Shades of Biloba Flower #A98CEE

Tints of Biloba Flower #A98CEE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.59%

 BLUE value IS 238 (93.36% from 255) = 43.51%

R = 30.9%
G = 25.59%
B = 43.51%

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

#A98CEE (or 0xA98CEE) is known color: Biloba Flower. HEX triplet: A9, 8C and EE. RGB value is (169,140,238). Sum of RGB (Red+Green+Blue) = 169+140+238=547 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.90% from 547); Green value is 140 (55.08% from 255 or 25.59% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #A98CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98CEE is #567311. Grayscale: #9F9F9F. Windows color (decimal): -5665554 or 15633577. OLE color: 15633577.

HSL color Cylindrical-coordinate representation of color #A98CEE: hue angle of 257.76º degrees, saturation: 0.74, 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 #A98CEE is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 140 238 -
CMYK 0.29 0.41 0 0.07
HSL 257.76º 0.74% 0.74% -
HSV(B) 257.76º 0.41% 0.93% -
XYZ 41.17 33.36 85.16 -
YUV 159.84 172.11 134.53 -
System Red Green Blue C M Y K H S L
Decimal 169 140 238 0.29 0.41 0 0.07 257.76 0.74 0.74
Hex A9 8C EE 1D 29 0 7 102 4A 4A
Octal 251 214 356 35 51 0 7 402 112 112
Binary 10101001 10001100 11101110 11101 101001 0 111 100000010 1001010 1001010

Color Harmonies of #A98CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98CEE

Black with #A98CEE

Text Example


Text Example

White with #A98CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98CEE; }

 p { color: rgb(169,140,238); }

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

background-color css

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

 a { background-color: rgb(169,140,238); }

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

border-color css

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

 span { border-color: rgb(169,140,238); }

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