Html Css Color HEX #A98EFB Biloba Flower

📋 copy color: '#A98EFB'

red 169 ◦ green 142 ◦ blue 251

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

Shades of Biloba Flower #A98EFB

Tints of Biloba Flower #A98EFB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.27%

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

R = 30.07%
G = 25.27%
B = 44.66%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A98EFB (or 0xA98EFB) is known color: Biloba Flower. HEX triplet: A9, 8E and FB. RGB value is (169,142,251). Sum of RGB (Red+Green+Blue) = 169+142+251=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 142 (55.86% from 255 or 25.27% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #A98EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98EFB is #567104. Grayscale: #A2A2A2. Windows color (decimal): -5665029 or 16486057. OLE color: 16486057.

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

Color convert

RGB 169 142 251 -
CMYK 0.33 0.43 0 0.02
HSL 254.86º 0.93% 0.77% -
HSV(B) 254.86º 0.43% 0.98% -
XYZ 43.45 34.75 95.68 -
YUV 162.5 177.95 132.64 -
System Red Green Blue C M Y K H S L
Decimal 169 142 251 0.33 0.43 0 0.02 254.86 0.93 0.77
Hex A9 8E FB 21 2B 0 2 FF 5D 4D
Octal 251 216 373 41 53 0 2 377 135 115
Binary 10101001 10001110 11111011 100001 101011 0 10 11111111 1011101 1001101

Color Harmonies of #A98EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98EFB

Black with #A98EFB

Text Example


Text Example

White with #A98EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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