Html Css Color HEX #A98ADC Biloba Flower

📋 copy color: '#A98ADC'

red 169 ◦ green 138 ◦ blue 220

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

Shades of Biloba Flower #A98ADC

Tints of Biloba Flower #A98ADC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.19%

 BLUE value IS 220 (86.33% from 255) = 41.75%

R = 32.07%
G = 26.19%
B = 41.75%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A98ADC (or 0xA98ADC) is known color: Biloba Flower. HEX triplet: A9, 8A and DC. RGB value is (169,138,220). Sum of RGB (Red+Green+Blue) = 169+138+220=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #A98ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98ADC is #567523. Grayscale: #9C9C9C. Windows color (decimal): -5666084 or 14453417. OLE color: 14453417.

HSL color Cylindrical-coordinate representation of color #A98ADC: hue angle of 262.68º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A98ADC is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 138 220 -
CMYK 0.23 0.37 0 0.14
HSL 262.68º 0.54% 0.7% -
HSV(B) 262.68º 0.37% 0.86% -
XYZ 38.37 31.78 71.82 -
YUV 156.62 163.77 136.83 -
System Red Green Blue C M Y K H S L
Decimal 169 138 220 0.23 0.37 0 0.14 262.68 0.54 0.7
Hex A9 8A DC 17 25 0 E 107 36 46
Octal 251 212 334 27 45 0 16 407 66 106
Binary 10101001 10001010 11011100 10111 100101 0 1110 100000111 110110 1000110

Color Harmonies of #A98ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98ADC

Black with #A98ADC

Text Example


Text Example

White with #A98ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98ADC; }

 p { color: rgb(169,138,220); }

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

background-color css

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

 a { background-color: rgb(169,138,220); }

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

border-color css

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

 span { border-color: rgb(169,138,220); }

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