Html Css Color HEX #A98FCD Biloba Flower

📋 copy color: '#A98FCD'

red 169 ◦ green 143 ◦ blue 205

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

Shades of Biloba Flower #A98FCD

Tints of Biloba Flower #A98FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.65%

R = 32.69%
G = 27.66%
B = 39.65%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A98FCD (or 0xA98FCD) is known color: Biloba Flower. HEX triplet: A9, 8F and CD. RGB value is (169,143,205). Sum of RGB (Red+Green+Blue) = 169+143+205=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #A98FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98FCD is #567032. Grayscale: #9D9D9D. Windows color (decimal): -5664819 or 13471657. OLE color: 13471657.

HSL color Cylindrical-coordinate representation of color #A98FCD: hue angle of 265.16º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A98FCD is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 143 205 -
CMYK 0.18 0.30 0 0.20
HSL 265.16º 0.38% 0.68% -
HSV(B) 265.16º 0.3% 0.8% -
XYZ 37.2 32.49 62.07 -
YUV 157.84 154.61 135.96 -
System Red Green Blue C M Y K H S L
Decimal 169 143 205 0.18 0.30 0 0.20 265.16 0.38 0.68
Hex A9 8F CD 12 1E 0 14 109 26 44
Octal 251 217 315 22 36 0 24 411 46 104
Binary 10101001 10001111 11001101 10010 11110 0 10100 100001001 100110 1000100

Color Harmonies of #A98FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98FCD

Black with #A98FCD

Text Example


Text Example

White with #A98FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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