Html Css Color HEX #A898EA Biloba Flower

📋 copy color: '#A898EA'

red 168 ◦ green 152 ◦ blue 234

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

Shades of Biloba Flower #A898EA

Tints of Biloba Flower #A898EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.24%

R = 30.32%
G = 27.44%
B = 42.24%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A898EA (or 0xA898EA) is known color: Biloba Flower. HEX triplet: A8, 98 and EA. RGB value is (168,152,234). Sum of RGB (Red+Green+Blue) = 168+152+234=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #A898EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A898EA is #576715. Grayscale: #A5A5A5. Windows color (decimal): -5728022 or 15374504. OLE color: 15374504.

HSL color Cylindrical-coordinate representation of color #A898EA: hue angle of 251.71º degrees, saturation: 0.66, 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 #A898EA is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 152 234 -
CMYK 0.28 0.35 0 0.08
HSL 251.71º 0.66% 0.76% -
HSV(B) 251.71º 0.35% 0.92% -
XYZ 42.23 36.72 82.7 -
YUV 166.13 166.3 129.33 -
System Red Green Blue C M Y K H S L
Decimal 168 152 234 0.28 0.35 0 0.08 251.71 0.66 0.76
Hex A8 98 EA 1C 23 0 8 FC 42 4C
Octal 250 230 352 34 43 0 10 374 102 114
Binary 10101000 10011000 11101010 11100 100011 0 1000 11111100 1000010 1001100

Color Harmonies of #A898EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A898EA

Black with #A898EA

Text Example


Text Example

White with #A898EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A898EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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