Html Css Color HEX #A98BFB Biloba Flower

📋 copy color: '#A98BFB'

red 169 ◦ green 139 ◦ blue 251

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

Shades of Biloba Flower #A98BFB

Tints of Biloba Flower #A98BFB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.87%

 BLUE value IS 251 (98.44% from 255) = 44.9%

R = 30.23%
G = 24.87%
B = 44.9%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A98BFB (or 0xA98BFB) is known color: Biloba Flower. HEX triplet: A9, 8B and FB. RGB value is (169,139,251). Sum of RGB (Red+Green+Blue) = 169+139+251=559 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.23% from 559); Green value is 139 (54.69% from 255 or 24.87% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #A98BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98BFB is #567404. Grayscale: #A0A0A0. Windows color (decimal): -5665797 or 16485289. OLE color: 16485289.

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

Color convert

RGB 169 139 251 -
CMYK 0.33 0.45 0 0.02
HSL 256.07º 0.93% 0.76% -
HSV(B) 256.07º 0.45% 0.98% -
XYZ 43.01 33.87 95.54 -
YUV 160.74 178.94 133.89 -
System Red Green Blue C M Y K H S L
Decimal 169 139 251 0.33 0.45 0 0.02 256.07 0.93 0.76
Hex A9 8B FB 21 2D 0 2 100 5D 4C
Octal 251 213 373 41 55 0 2 400 135 114
Binary 10101001 10001011 11111011 100001 101101 0 10 100000000 1011101 1001100

Color Harmonies of #A98BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98BFB

Black with #A98BFB

Text Example


Text Example

White with #A98BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98BFB; }

 p { color: rgb(169,139,251); }

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

background-color css

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

 a { background-color: rgb(169,139,251); }

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

border-color css

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

 span { border-color: rgb(169,139,251); }

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