Html Css Color HEX #A98CFE Biloba Flower

📋 copy color: '#A98CFE'

red 169 ◦ green 140 ◦ blue 254

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

Shades of Biloba Flower #A98CFE

Tints of Biloba Flower #A98CFE

RGB

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

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

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

R = 30.02%
G = 24.87%
B = 45.12%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A98CFE (or 0xA98CFE) is known color: Biloba Flower. HEX triplet: A9, 8C and FE. RGB value is (169,140,254). Sum of RGB (Red+Green+Blue) = 169+140+254=563 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.02% from 563); Green value is 140 (55.08% from 255 or 24.87% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #A98CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98CFE is #567301. Grayscale: #A1A1A1. Windows color (decimal): -5665538 or 16682153. OLE color: 16682153.

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

Color convert

RGB 169 140 254 -
CMYK 0.33 0.45 0 0.00
HSL 255.26º 0.98% 0.77% -
HSV(B) 255.26º 0.45% 1% -
XYZ 43.63 34.35 98.1 -
YUV 161.67 180.11 133.23 -
System Red Green Blue C M Y K H S L
Decimal 169 140 254 0.33 0.45 0 0.00 255.26 0.98 0.77
Hex A9 8C FE 21 2D 0 0 FF 62 4D
Octal 251 214 376 41 55 0 0 377 142 115
Binary 10101001 10001100 11111110 100001 101101 0 0 11111111 1100010 1001101

Color Harmonies of #A98CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98CFE

Black with #A98CFE

Text Example


Text Example

White with #A98CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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