Html Css Color HEX #A98BDF Biloba Flower

📋 copy color: '#A98BDF'

red 169 ◦ green 139 ◦ blue 223

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

Shades of Biloba Flower #A98BDF

Tints of Biloba Flower #A98BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42%

R = 31.83%
G = 26.18%
B = 42%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A98BDF (or 0xA98BDF) is known color: Biloba Flower. HEX triplet: A9, 8B and DF. RGB value is (169,139,223). Sum of RGB (Red+Green+Blue) = 169+139+223=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #A98BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98BDF is #567420. Grayscale: #9D9D9D. Windows color (decimal): -5665825 or 14650281. OLE color: 14650281.

HSL color Cylindrical-coordinate representation of color #A98BDF: hue angle of 261.43º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A98BDF is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 139 223 -
CMYK 0.24 0.38 0 0.13
HSL 261.43º 0.57% 0.71% -
HSV(B) 261.43º 0.38% 0.87% -
XYZ 38.91 32.23 73.98 -
YUV 157.55 164.94 136.17 -
System Red Green Blue C M Y K H S L
Decimal 169 139 223 0.24 0.38 0 0.13 261.43 0.57 0.71
Hex A9 8B DF 18 26 0 D 105 39 47
Octal 251 213 337 30 46 0 15 405 71 107
Binary 10101001 10001011 11011111 11000 100110 0 1101 100000101 111001 1000111

Color Harmonies of #A98BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98BDF

Black with #A98BDF

Text Example


Text Example

White with #A98BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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