Html Css Color HEX #A98EFE Biloba Flower

📋 copy color: '#A98EFE'

red 169 ◦ green 142 ◦ blue 254

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

Shades of Biloba Flower #A98EFE

Tints of Biloba Flower #A98EFE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.13%

 BLUE value IS 254 (99.61% from 255) = 44.96%

R = 29.91%
G = 25.13%
B = 44.96%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A98EFE (or 0xA98EFE) is known color: Biloba Flower. HEX triplet: A9, 8E and FE. RGB value is (169,142,254). Sum of RGB (Red+Green+Blue) = 169+142+254=565 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.91% from 565); Green value is 142 (55.86% from 255 or 25.13% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #A98EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98EFE is #567101. Grayscale: #A2A2A2. Windows color (decimal): -5665026 or 16682665. OLE color: 16682665.

HSL color Cylindrical-coordinate representation of color #A98EFE: hue angle of 254.46º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A98EFE is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 169 142 254 -
CMYK 0.33 0.44 0 0.00
HSL 254.46º 0.98% 0.78% -
HSV(B) 254.46º 0.44% 1% -
XYZ 43.92 34.94 98.19 -
YUV 162.84 179.45 132.39 -
System Red Green Blue C M Y K H S L
Decimal 169 142 254 0.33 0.44 0 0.00 254.46 0.98 0.78
Hex A9 8E FE 21 2C 0 0 FE 62 4E
Octal 251 216 376 41 54 0 0 376 142 116
Binary 10101001 10001110 11111110 100001 101100 0 0 11111110 1100010 1001110

Color Harmonies of #A98EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98EFE

Black with #A98EFE

Text Example


Text Example

White with #A98EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98EFE; }

 p { color: rgb(169,142,254); }

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

background-color css

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

 a { background-color: rgb(169,142,254); }

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

border-color css

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

 span { border-color: rgb(169,142,254); }

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