Html Css Color HEX #A898F5 Biloba Flower

📋 copy color: '#A898F5'

red 168 ◦ green 152 ◦ blue 245

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

Shades of Biloba Flower #A898F5

Tints of Biloba Flower #A898F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 43.36%

R = 29.73%
G = 26.9%
B = 43.36%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A898F5 (or 0xA898F5) is known color: Biloba Flower. HEX triplet: A8, 98 and F5. RGB value is (168,152,245). Sum of RGB (Red+Green+Blue) = 168+152+245=565 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.73% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 245 (96.09% from 255 or 43.36% from 565); Max value from RGB is 245 - color contains mainly: blue. Hex color #A898F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A898F5 is #57670A. Grayscale: #A7A7A7. Windows color (decimal): -5728011 or 16095400. OLE color: 16095400.

HSL color Cylindrical-coordinate representation of color #A898F5: hue angle of 250.32º degrees, saturation: 0.82, 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 #A898F5 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 152 245 -
CMYK 0.31 0.38 0 0.04
HSL 250.32º 0.82% 0.78% -
HSV(B) 250.32º 0.38% 0.96% -
XYZ 43.86 37.37 91.29 -
YUV 167.39 171.8 128.44 -
System Red Green Blue C M Y K H S L
Decimal 168 152 245 0.31 0.38 0 0.04 250.32 0.82 0.78
Hex A8 98 F5 1F 26 0 4 FA 52 4E
Octal 250 230 365 37 46 0 4 372 122 116
Binary 10101000 10011000 11110101 11111 100110 0 100 11111010 1010010 1001110

Color Harmonies of #A898F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A898F5

Black with #A898F5

Text Example


Text Example

White with #A898F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A898F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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