Html Css Color HEX #A998FE Biloba Flower

📋 copy color: '#A998FE'

red 169 ◦ green 152 ◦ blue 254

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

Shades of Biloba Flower #A998FE

Tints of Biloba Flower #A998FE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.43%

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

R = 29.39%
G = 26.43%
B = 44.17%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A998FE (or 0xA998FE) is known color: Biloba Flower. HEX triplet: A9, 98 and FE. RGB value is (169,152,254). Sum of RGB (Red+Green+Blue) = 169+152+254=575 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.39% from 575); Green value is 152 (59.77% from 255 or 26.43% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #A998FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A998FE is #566701. Grayscale: #A8A8A8. Windows color (decimal): -5662466 or 16685225. OLE color: 16685225.

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

Color convert

RGB 169 152 254 -
CMYK 0.33 0.40 0 0.00
HSL 250º 0.98% 0.8% -
HSV(B) 250º 0.4% 1% -
XYZ 45.48 38.05 98.71 -
YUV 168.71 176.13 128.21 -
System Red Green Blue C M Y K H S L
Decimal 169 152 254 0.33 0.40 0 0.00 250 0.98 0.8
Hex A9 98 FE 21 28 0 0 FA 62 50
Octal 251 230 376 41 50 0 0 372 142 120
Binary 10101001 10011000 11111110 100001 101000 0 0 11111010 1100010 1010000

Color Harmonies of #A998FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A998FE

Black with #A998FE

Text Example


Text Example

White with #A998FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A998FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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