Html Css Color HEX #A898ED Biloba Flower

📋 copy color: '#A898ED'

red 168 ◦ green 152 ◦ blue 237

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

Shades of Biloba Flower #A898ED

Tints of Biloba Flower #A898ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.55%

R = 30.16%
G = 27.29%
B = 42.55%

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

#A898ED (or 0xA898ED) is known color: Biloba Flower. HEX triplet: A8, 98 and ED. RGB value is (168,152,237). Sum of RGB (Red+Green+Blue) = 168+152+237=557 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.16% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #A898ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A898ED is #576712. Grayscale: #A6A6A6. Windows color (decimal): -5728019 or 15571112. OLE color: 15571112.

HSL color Cylindrical-coordinate representation of color #A898ED: hue angle of 251.29º degrees, saturation: 0.7, 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 #A898ED is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 152 237 -
CMYK 0.29 0.36 0 0.07
HSL 251.29º 0.7% 0.76% -
HSV(B) 251.29º 0.36% 0.93% -
XYZ 42.66 36.9 84.99 -
YUV 166.47 167.8 129.09 -
System Red Green Blue C M Y K H S L
Decimal 168 152 237 0.29 0.36 0 0.07 251.29 0.7 0.76
Hex A8 98 ED 1D 24 0 7 FB 46 4C
Octal 250 230 355 35 44 0 7 373 106 114
Binary 10101000 10011000 11101101 11101 100100 0 111 11111011 1000110 1001100

Color Harmonies of #A898ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A898ED

Black with #A898ED

Text Example


Text Example

White with #A898ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A898ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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