Html Css Color HEX #A98FDF Biloba Flower

📋 copy color: '#A98FDF'

red 169 ◦ green 143 ◦ blue 223

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

Shades of Biloba Flower #A98FDF

Tints of Biloba Flower #A98FDF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.73%

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

R = 31.59%
G = 26.73%
B = 41.68%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A98FDF (or 0xA98FDF) is known color: Biloba Flower. HEX triplet: A9, 8F and DF. RGB value is (169,143,223). Sum of RGB (Red+Green+Blue) = 169+143+223=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #A98FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98FDF is #567020. Grayscale: #9F9F9F. Windows color (decimal): -5664801 or 14651305. OLE color: 14651305.

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

Color convert

RGB 169 143 223 -
CMYK 0.24 0.36 0 0.13
HSL 259.5º 0.56% 0.72% -
HSV(B) 259.5º 0.36% 0.87% -
XYZ 39.5 33.41 74.18 -
YUV 159.89 163.61 134.5 -
System Red Green Blue C M Y K H S L
Decimal 169 143 223 0.24 0.36 0 0.13 259.5 0.56 0.72
Hex A9 8F DF 18 24 0 D 104 38 48
Octal 251 217 337 30 44 0 15 404 70 110
Binary 10101001 10001111 11011111 11000 100100 0 1101 100000100 111000 1001000

Color Harmonies of #A98FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98FDF

Black with #A98FDF

Text Example


Text Example

White with #A98FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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