Html Css Color HEX #A98BFC Biloba Flower

📋 copy color: '#A98BFC'

red 169 ◦ green 139 ◦ blue 252

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

Shades of Biloba Flower #A98BFC

Tints of Biloba Flower #A98BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45%

R = 30.18%
G = 24.82%
B = 45%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A98BFC (or 0xA98BFC) is known color: Biloba Flower. HEX triplet: A9, 8B and FC. RGB value is (169,139,252). Sum of RGB (Red+Green+Blue) = 169+139+252=560 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.18% from 560); Green value is 139 (54.69% from 255 or 24.82% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #A98BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98BFC is #567403. Grayscale: #A0A0A0. Windows color (decimal): -5665796 or 16550825. OLE color: 16550825.

HSL color Cylindrical-coordinate representation of color #A98BFC: hue angle of 255.93º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A98BFC is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 169 139 252 -
CMYK 0.33 0.45 0 0.01
HSL 255.93º 0.95% 0.77% -
HSV(B) 255.93º 0.45% 0.99% -
XYZ 43.17 33.93 96.37 -
YUV 160.85 179.44 133.81 -
System Red Green Blue C M Y K H S L
Decimal 169 139 252 0.33 0.45 0 0.01 255.93 0.95 0.77
Hex A9 8B FC 21 2D 0 1 100 5F 4D
Octal 251 213 374 41 55 0 1 400 137 115
Binary 10101001 10001011 11111100 100001 101101 0 1 100000000 1011111 1001101

Color Harmonies of #A98BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98BFC

Black with #A98BFC

Text Example


Text Example

White with #A98BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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