Html Css Color HEX #A898EF Biloba Flower

📋 copy color: '#A898EF'

red 168 ◦ green 152 ◦ blue 239

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

Shades of Biloba Flower #A898EF

Tints of Biloba Flower #A898EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.75%

R = 30.05%
G = 27.19%
B = 42.75%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A898EF (or 0xA898EF) is known color: Biloba Flower. HEX triplet: A8, 98 and EF. RGB value is (168,152,239). Sum of RGB (Red+Green+Blue) = 168+152+239=559 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30.05% from 559); Green value is 152 (59.77% from 255 or 27.19% from 559); Blue value is 239 (93.75% from 255 or 42.75% from 559); Max value from RGB is 239 - color contains mainly: blue. Hex color #A898EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A898EF is #576710. Grayscale: #A6A6A6. Windows color (decimal): -5728017 or 15702184. OLE color: 15702184.

HSL color Cylindrical-coordinate representation of color #A898EF: hue angle of 251.03º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A898EF is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 152 239 -
CMYK 0.30 0.36 0 0.06
HSL 251.03º 0.73% 0.77% -
HSV(B) 251.03º 0.36% 0.94% -
XYZ 42.96 37.01 86.54 -
YUV 166.7 168.8 128.93 -
System Red Green Blue C M Y K H S L
Decimal 168 152 239 0.30 0.36 0 0.06 251.03 0.73 0.77
Hex A8 98 EF 1E 24 0 6 FB 49 4D
Octal 250 230 357 36 44 0 6 373 111 115
Binary 10101000 10011000 11101111 11110 100100 0 110 11111011 1001001 1001101

Color Harmonies of #A898EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A898EF

Black with #A898EF

Text Example


Text Example

White with #A898EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A898EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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