Html Css Color HEX #A98CDA Biloba Flower

📋 copy color: '#A98CDA'

red 169 ◦ green 140 ◦ blue 218

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

Shades of Biloba Flower #A98CDA

Tints of Biloba Flower #A98CDA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.57%

 BLUE value IS 218 (85.55% from 255) = 41.37%

R = 32.07%
G = 26.57%
B = 41.37%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A98CDA (or 0xA98CDA) is known color: Biloba Flower. HEX triplet: A9, 8C and DA. RGB value is (169,140,218). Sum of RGB (Red+Green+Blue) = 169+140+218=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #A98CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98CDA is #567325. Grayscale: #9D9D9D. Windows color (decimal): -5665574 or 14322857. OLE color: 14322857.

HSL color Cylindrical-coordinate representation of color #A98CDA: hue angle of 262.31º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A98CDA is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 140 218 -
CMYK 0.22 0.36 0 0.15
HSL 262.31º 0.51% 0.7% -
HSV(B) 262.31º 0.36% 0.85% -
XYZ 38.4 32.25 70.53 -
YUV 157.56 162.11 136.16 -
System Red Green Blue C M Y K H S L
Decimal 169 140 218 0.22 0.36 0 0.15 262.31 0.51 0.7
Hex A9 8C DA 16 24 0 F 106 33 46
Octal 251 214 332 26 44 0 17 406 63 106
Binary 10101001 10001100 11011010 10110 100100 0 1111 100000110 110011 1000110

Color Harmonies of #A98CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98CDA

Black with #A98CDA

Text Example


Text Example

White with #A98CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98CDA; }

 p { color: rgb(169,140,218); }

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

background-color css

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

 a { background-color: rgb(169,140,218); }

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

border-color css

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

 span { border-color: rgb(169,140,218); }

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