Html Css Color HEX #A898FE Biloba Flower

📋 copy color: '#A898FE'

red 168 ◦ green 152 ◦ blue 254

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

Shades of Biloba Flower #A898FE

Tints of Biloba Flower #A898FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.25%

R = 29.27%
G = 26.48%
B = 44.25%

CMYK

 C value IS 0.34

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A898FE (or 0xA898FE) is known color: Biloba Flower. HEX triplet: A8, 98 and FE. RGB value is (168,152,254). Sum of RGB (Red+Green+Blue) = 168+152+254=574 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.27% from 574); Green value is 152 (59.77% from 255 or 26.48% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #A898FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A898FE is #576701. Grayscale: #A8A8A8. Windows color (decimal): -5728002 or 16685224. OLE color: 16685224.

HSL color Cylindrical-coordinate representation of color #A898FE: hue angle of 249.41º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A898FE is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 168 152 254 -
CMYK 0.34 0.40 0 0.00
HSL 249.41º 0.98% 0.8% -
HSV(B) 249.41º 0.4% 1% -
XYZ 45.27 37.94 98.7 -
YUV 168.41 176.3 127.71 -
System Red Green Blue C M Y K H S L
Decimal 168 152 254 0.34 0.40 0 0.00 249.41 0.98 0.8
Hex A8 98 FE 22 28 0 0 F9 62 50
Octal 250 230 376 42 50 0 0 371 142 120
Binary 10101000 10011000 11111110 100010 101000 0 0 11111001 1100010 1010000

Color Harmonies of #A898FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A898FE

Black with #A898FE

Text Example


Text Example

White with #A898FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A898FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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