Html Css Color HEX #A898EC Biloba Flower

📋 copy color: '#A898EC'

red 168 ◦ green 152 ◦ blue 236

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

Shades of Biloba Flower #A898EC

Tints of Biloba Flower #A898EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.45%

R = 30.22%
G = 27.34%
B = 42.45%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A898EC (or 0xA898EC) is known color: Biloba Flower. HEX triplet: A8, 98 and EC. RGB value is (168,152,236). Sum of RGB (Red+Green+Blue) = 168+152+236=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 152 (59.77% from 255 or 27.34% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #A898EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A898EC is #576713. Grayscale: #A6A6A6. Windows color (decimal): -5728020 or 15505576. OLE color: 15505576.

HSL color Cylindrical-coordinate representation of color #A898EC: hue angle of 251.43º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A898EC is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 152 236 -
CMYK 0.29 0.36 0 0.07
HSL 251.43º 0.69% 0.76% -
HSV(B) 251.43º 0.36% 0.93% -
XYZ 42.52 36.84 84.23 -
YUV 166.36 167.3 129.17 -
System Red Green Blue C M Y K H S L
Decimal 168 152 236 0.29 0.36 0 0.07 251.43 0.69 0.76
Hex A8 98 EC 1D 24 0 7 FB 45 4C
Octal 250 230 354 35 44 0 7 373 105 114
Binary 10101000 10011000 11101100 11101 100100 0 111 11111011 1000101 1001100

Color Harmonies of #A898EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A898EC

Black with #A898EC

Text Example


Text Example

White with #A898EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A898EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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