Html Css Color HEX #A898F6 Biloba Flower

📋 copy color: '#A898F6'

red 168 ◦ green 152 ◦ blue 246

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

Shades of Biloba Flower #A898F6

Tints of Biloba Flower #A898F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.46%

R = 29.68%
G = 26.86%
B = 43.46%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A898F6 (or 0xA898F6) is known color: Biloba Flower. HEX triplet: A8, 98 and F6. RGB value is (168,152,246). Sum of RGB (Red+Green+Blue) = 168+152+246=566 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.68% from 566); Green value is 152 (59.77% from 255 or 26.86% from 566); Blue value is 246 (96.48% from 255 or 43.46% from 566); Max value from RGB is 246 - color contains mainly: blue. Hex color #A898F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A898F6 is #576709. Grayscale: #A7A7A7. Windows color (decimal): -5728010 or 16160936. OLE color: 16160936.

HSL color Cylindrical-coordinate representation of color #A898F6: hue angle of 250.21º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A898F6 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 152 246 -
CMYK 0.32 0.38 0 0.04
HSL 250.21º 0.84% 0.78% -
HSV(B) 250.21º 0.38% 0.96% -
XYZ 44.01 37.44 92.09 -
YUV 167.5 172.3 128.36 -
System Red Green Blue C M Y K H S L
Decimal 168 152 246 0.32 0.38 0 0.04 250.21 0.84 0.78
Hex A8 98 F6 20 26 0 4 FA 54 4E
Octal 250 230 366 40 46 0 4 372 124 116
Binary 10101000 10011000 11110110 100000 100110 0 100 11111010 1010100 1001110

Color Harmonies of #A898F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A898F6

Black with #A898F6

Text Example


Text Example

White with #A898F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A898F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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