Html Css Color HEX #A898D9 Biloba Flower

📋 copy color: '#A898D9'

red 168 ◦ green 152 ◦ blue 217

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

Shades of Biloba Flower #A898D9

Tints of Biloba Flower #A898D9

RGB

 RED value IS 168 (66.02% from 255) = 31.28%

 GREEN value IS 152 (59.77% from 255) = 28.31%

 BLUE value IS 217 (85.16% from 255) = 40.41%

R = 31.28%
G = 28.31%
B = 40.41%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A898D9 (or 0xA898D9) is known color: Biloba Flower. HEX triplet: A8, 98 and D9. RGB value is (168,152,217). Sum of RGB (Red+Green+Blue) = 168+152+217=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 217 (85.16% from 255 or 40.41% from 537); Max value from RGB is 217 - color contains mainly: blue. Hex color #A898D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898D9 is #576726. Grayscale: #A3A3A3. Windows color (decimal): -5728039 or 14260392. OLE color: 14260392.

HSL color Cylindrical-coordinate representation of color #A898D9: hue angle of 254.77º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A898D9 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 152 217 -
CMYK 0.23 0.30 0 0.15
HSL 254.77º 0.46% 0.72% -
HSV(B) 254.77º 0.3% 0.85% -
XYZ 39.9 35.79 70.45 -
YUV 164.19 157.8 130.71 -
System Red Green Blue C M Y K H S L
Decimal 168 152 217 0.23 0.30 0 0.15 254.77 0.46 0.72
Hex A8 98 D9 17 1E 0 F FF 2E 48
Octal 250 230 331 27 36 0 17 377 56 110
Binary 10101000 10011000 11011001 10111 11110 0 1111 11111111 101110 1001000

Color Harmonies of #A898D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A898D9

Black with #A898D9

Text Example


Text Example

White with #A898D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A898D9; }

 p { color: rgb(168,152,217); }

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

background-color css

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

 a { background-color: rgb(168,152,217); }

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

border-color css

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

 span { border-color: rgb(168,152,217); }

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