Html Css Color HEX #A98CFB Biloba Flower

📋 copy color: '#A98CFB'

red 169 ◦ green 140 ◦ blue 251

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

Shades of Biloba Flower #A98CFB

Tints of Biloba Flower #A98CFB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25%

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

R = 30.18%
G = 25%
B = 44.82%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A98CFB (or 0xA98CFB) is known color: Biloba Flower. HEX triplet: A9, 8C and FB. RGB value is (169,140,251). Sum of RGB (Red+Green+Blue) = 169+140+251=560 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.18% from 560); Green value is 140 (55.08% from 255 or 25% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #A98CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98CFB is #567304. Grayscale: #A0A0A0. Windows color (decimal): -5665541 or 16485545. OLE color: 16485545.

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

Color convert

RGB 169 140 251 -
CMYK 0.33 0.44 0 0.02
HSL 255.68º 0.93% 0.77% -
HSV(B) 255.68º 0.44% 0.98% -
XYZ 43.15 34.16 95.59 -
YUV 161.33 178.61 133.47 -
System Red Green Blue C M Y K H S L
Decimal 169 140 251 0.33 0.44 0 0.02 255.68 0.93 0.77
Hex A9 8C FB 21 2C 0 2 100 5D 4D
Octal 251 214 373 41 54 0 2 400 135 115
Binary 10101001 10001100 11111011 100001 101100 0 10 100000000 1011101 1001101

Color Harmonies of #A98CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98CFB

Black with #A98CFB

Text Example


Text Example

White with #A98CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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