Html Css Color HEX #A898EB Biloba Flower

📋 copy color: '#A898EB'

red 168 ◦ green 152 ◦ blue 235

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

Shades of Biloba Flower #A898EB

Tints of Biloba Flower #A898EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.34%

R = 30.27%
G = 27.39%
B = 42.34%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A898EB (or 0xA898EB) is known color: Biloba Flower. HEX triplet: A8, 98 and EB. RGB value is (168,152,235). Sum of RGB (Red+Green+Blue) = 168+152+235=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 152 (59.77% from 255 or 27.39% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #A898EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A898EB is #576714. Grayscale: #A5A5A5. Windows color (decimal): -5728021 or 15440040. OLE color: 15440040.

HSL color Cylindrical-coordinate representation of color #A898EB: hue angle of 251.57º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A898EB is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 152 235 -
CMYK 0.29 0.35 0 0.08
HSL 251.57º 0.67% 0.76% -
HSV(B) 251.57º 0.35% 0.92% -
XYZ 42.37 36.78 83.46 -
YUV 166.25 166.8 129.25 -
System Red Green Blue C M Y K H S L
Decimal 168 152 235 0.29 0.35 0 0.08 251.57 0.67 0.76
Hex A8 98 EB 1D 23 0 8 FC 43 4C
Octal 250 230 353 35 43 0 10 374 103 114
Binary 10101000 10011000 11101011 11101 100011 0 1000 11111100 1000011 1001100

Color Harmonies of #A898EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A898EB

Black with #A898EB

Text Example


Text Example

White with #A898EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A898EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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