Html Css Color HEX #A898EE Biloba Flower

📋 copy color: '#A898EE'

red 168 ◦ green 152 ◦ blue 238

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

Shades of Biloba Flower #A898EE

Tints of Biloba Flower #A898EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.65%

R = 30.11%
G = 27.24%
B = 42.65%

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

#A898EE (or 0xA898EE) is known color: Biloba Flower. HEX triplet: A8, 98 and EE. RGB value is (168,152,238). Sum of RGB (Red+Green+Blue) = 168+152+238=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #A898EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A898EE is #576711. Grayscale: #A6A6A6. Windows color (decimal): -5728018 or 15636648. OLE color: 15636648.

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

Color convert

RGB 168 152 238 -
CMYK 0.29 0.36 0 0.07
HSL 251.16º 0.72% 0.76% -
HSV(B) 251.16º 0.36% 0.93% -
XYZ 42.81 36.95 85.77 -
YUV 166.59 168.3 129.01 -
System Red Green Blue C M Y K H S L
Decimal 168 152 238 0.29 0.36 0 0.07 251.16 0.72 0.76
Hex A8 98 EE 1D 24 0 7 FB 48 4C
Octal 250 230 356 35 44 0 7 373 110 114
Binary 10101000 10011000 11101110 11101 100100 0 111 11111011 1001000 1001100

Color Harmonies of #A898EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A898EE

Black with #A898EE

Text Example


Text Example

White with #A898EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A898EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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