Html Css Color HEX #A98BDB Biloba Flower

📋 copy color: '#A98BDB'

red 169 ◦ green 139 ◦ blue 219

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

Shades of Biloba Flower #A98BDB

Tints of Biloba Flower #A98BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.56%

R = 32.07%
G = 26.38%
B = 41.56%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A98BDB (or 0xA98BDB) is known color: Biloba Flower. HEX triplet: A9, 8B and DB. RGB value is (169,139,219). Sum of RGB (Red+Green+Blue) = 169+139+219=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #A98BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98BDB is #567424. Grayscale: #9C9C9C. Windows color (decimal): -5665829 or 14388137. OLE color: 14388137.

HSL color Cylindrical-coordinate representation of color #A98BDB: hue angle of 262.5º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A98BDB is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 139 219 -
CMYK 0.23 0.37 0 0.14
HSL 262.5º 0.53% 0.7% -
HSV(B) 262.5º 0.37% 0.86% -
XYZ 38.38 32.01 71.17 -
YUV 157.09 162.94 136.5 -
System Red Green Blue C M Y K H S L
Decimal 169 139 219 0.23 0.37 0 0.14 262.5 0.53 0.7
Hex A9 8B DB 17 25 0 E 106 35 46
Octal 251 213 333 27 45 0 16 406 65 106
Binary 10101001 10001011 11011011 10111 100101 0 1110 100000110 110101 1000110

Color Harmonies of #A98BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98BDB

Black with #A98BDB

Text Example


Text Example

White with #A98BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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