Html Css Color HEX #A98FF0 Biloba Flower

📋 copy color: '#A98FF0'

red 169 ◦ green 143 ◦ blue 240

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

Shades of Biloba Flower #A98FF0

Tints of Biloba Flower #A98FF0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.91%

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

R = 30.62%
G = 25.91%
B = 43.48%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A98FF0 (or 0xA98FF0) is known color: Biloba Flower. HEX triplet: A9, 8F and F0. RGB value is (169,143,240). Sum of RGB (Red+Green+Blue) = 169+143+240=552 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.62% from 552); Green value is 143 (56.25% from 255 or 25.91% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #A98FF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98FF0 is #56700F. Grayscale: #A1A1A1. Windows color (decimal): -5664784 or 15765417. OLE color: 15765417.

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

Color convert

RGB 169 143 240 -
CMYK 0.30 0.40 0 0.06
HSL 256.08º 0.76% 0.75% -
HSV(B) 256.08º 0.4% 0.94% -
XYZ 41.91 34.37 86.86 -
YUV 161.83 172.11 133.11 -
System Red Green Blue C M Y K H S L
Decimal 169 143 240 0.30 0.40 0 0.06 256.08 0.76 0.75
Hex A9 8F F0 1E 28 0 6 100 4C 4B
Octal 251 217 360 36 50 0 6 400 114 113
Binary 10101001 10001111 11110000 11110 101000 0 110 100000000 1001100 1001011

Color Harmonies of #A98FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98FF0

Black with #A98FF0

Text Example


Text Example

White with #A98FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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