Html Css Color HEX #A998F0 Biloba Flower

📋 copy color: '#A998F0'

red 169 ◦ green 152 ◦ blue 240

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

Shades of Biloba Flower #A998F0

Tints of Biloba Flower #A998F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.78%

R = 30.12%
G = 27.09%
B = 42.78%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A998F0 (or 0xA998F0) is known color: Biloba Flower. HEX triplet: A9, 98 and F0. RGB value is (169,152,240). Sum of RGB (Red+Green+Blue) = 169+152+240=561 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.12% from 561); Green value is 152 (59.77% from 255 or 27.09% from 561); Blue value is 240 (94.14% from 255 or 42.78% from 561); Max value from RGB is 240 - color contains mainly: blue. Hex color #A998F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A998F0 is #56670F. Grayscale: #A6A6A6. Windows color (decimal): -5662480 or 15767721. OLE color: 15767721.

HSL color Cylindrical-coordinate representation of color #A998F0: hue angle of 251.59º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A998F0 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 169 152 240 -
CMYK 0.30 0.37 0 0.06
HSL 251.59º 0.75% 0.77% -
HSV(B) 251.59º 0.37% 0.94% -
XYZ 43.32 37.18 87.33 -
YUV 167.12 169.13 129.34 -
System Red Green Blue C M Y K H S L
Decimal 169 152 240 0.30 0.37 0 0.06 251.59 0.75 0.77
Hex A9 98 F0 1E 25 0 6 FC 4B 4D
Octal 251 230 360 36 45 0 6 374 113 115
Binary 10101001 10011000 11110000 11110 100101 0 110 11111100 1001011 1001101

Color Harmonies of #A998F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A998F0

Black with #A998F0

Text Example


Text Example

White with #A998F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A998F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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