Html Css Color HEX #A98BDD Biloba Flower

📋 copy color: '#A98BDD'

red 169 ◦ green 139 ◦ blue 221

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

Shades of Biloba Flower #A98BDD

Tints of Biloba Flower #A98BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.78%

R = 31.95%
G = 26.28%
B = 41.78%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A98BDD (or 0xA98BDD) is known color: Biloba Flower. HEX triplet: A9, 8B and DD. RGB value is (169,139,221). Sum of RGB (Red+Green+Blue) = 169+139+221=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #A98BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98BDD is #567422. Grayscale: #9D9D9D. Windows color (decimal): -5665827 or 14519209. OLE color: 14519209.

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

Color convert

RGB 169 139 221 -
CMYK 0.24 0.37 0 0.13
HSL 261.95º 0.55% 0.71% -
HSV(B) 261.95º 0.37% 0.87% -
XYZ 38.65 32.12 72.57 -
YUV 157.32 163.94 136.33 -
System Red Green Blue C M Y K H S L
Decimal 169 139 221 0.24 0.37 0 0.13 261.95 0.55 0.71
Hex A9 8B DD 18 25 0 D 106 37 47
Octal 251 213 335 30 45 0 15 406 67 107
Binary 10101001 10001011 11011101 11000 100101 0 1101 100000110 110111 1000111

Color Harmonies of #A98BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98BDD

Black with #A98BDD

Text Example


Text Example

White with #A98BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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