Html Css Color HEX #A98BD7 Biloba Flower

📋 copy color: '#A98BD7'

red 169 ◦ green 139 ◦ blue 215

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

Shades of Biloba Flower #A98BD7

Tints of Biloba Flower #A98BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.11%

R = 32.31%
G = 26.58%
B = 41.11%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A98BD7 (or 0xA98BD7) is known color: Biloba Flower. HEX triplet: A9, 8B and D7. RGB value is (169,139,215). Sum of RGB (Red+Green+Blue) = 169+139+215=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 215 (84.38% from 255 or 41.11% from 523); Max value from RGB is 215 - color contains mainly: blue. Hex color #A98BD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98BD7 is #567428. Grayscale: #9C9C9C. Windows color (decimal): -5665833 or 14125993. OLE color: 14125993.

HSL color Cylindrical-coordinate representation of color #A98BD7: hue angle of 263.68º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A98BD7 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 169 139 215 -
CMYK 0.21 0.35 0 0.16
HSL 263.68º 0.49% 0.69% -
HSV(B) 263.68º 0.35% 0.84% -
XYZ 37.86 31.81 68.43 -
YUV 156.63 160.94 136.82 -
System Red Green Blue C M Y K H S L
Decimal 169 139 215 0.21 0.35 0 0.16 263.68 0.49 0.69
Hex A9 8B D7 15 23 0 10 108 31 45
Octal 251 213 327 25 43 0 20 410 61 105
Binary 10101001 10001011 11010111 10101 100011 0 10000 100001000 110001 1000101

Color Harmonies of #A98BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98BD7

Black with #A98BD7

Text Example


Text Example

White with #A98BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98BD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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