Html Css Color HEX #A998FC Biloba Flower

📋 copy color: '#A998FC'

red 169 ◦ green 152 ◦ blue 252

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

Shades of Biloba Flower #A998FC

Tints of Biloba Flower #A998FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.98%

R = 29.49%
G = 26.53%
B = 43.98%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A998FC (or 0xA998FC) is known color: Biloba Flower. HEX triplet: A9, 98 and FC. RGB value is (169,152,252). Sum of RGB (Red+Green+Blue) = 169+152+252=573 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.49% from 573); Green value is 152 (59.77% from 255 or 26.53% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #A998FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A998FC is #566703. Grayscale: #A8A8A8. Windows color (decimal): -5662468 or 16554153. OLE color: 16554153.

HSL color Cylindrical-coordinate representation of color #A998FC: hue angle of 250.2º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A998FC is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 169 152 252 -
CMYK 0.33 0.40 0 0.01
HSL 250.2º 0.94% 0.79% -
HSV(B) 250.2º 0.4% 0.99% -
XYZ 45.16 37.92 97.03 -
YUV 168.48 175.13 128.37 -
System Red Green Blue C M Y K H S L
Decimal 169 152 252 0.33 0.40 0 0.01 250.2 0.94 0.79
Hex A9 98 FC 21 28 0 1 FA 5E 4F
Octal 251 230 374 41 50 0 1 372 136 117
Binary 10101001 10011000 11111100 100001 101000 0 1 11111010 1011110 1001111

Color Harmonies of #A998FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A998FC

Black with #A998FC

Text Example


Text Example

White with #A998FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A998FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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