Html Css Color HEX #A898DD Biloba Flower

📋 copy color: '#A898DD'

red 168 ◦ green 152 ◦ blue 221

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

Shades of Biloba Flower #A898DD

Tints of Biloba Flower #A898DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.85%

R = 31.05%
G = 28.1%
B = 40.85%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A898DD (or 0xA898DD) is known color: Biloba Flower. HEX triplet: A8, 98 and DD. RGB value is (168,152,221). Sum of RGB (Red+Green+Blue) = 168+152+221=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #A898DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898DD is #576722. Grayscale: #A4A4A4. Windows color (decimal): -5728035 or 14522536. OLE color: 14522536.

HSL color Cylindrical-coordinate representation of color #A898DD: hue angle of 253.91º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A898DD is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 152 221 -
CMYK 0.24 0.31 0 0.13
HSL 253.91º 0.5% 0.73% -
HSV(B) 253.91º 0.31% 0.87% -
XYZ 40.43 36 73.22 -
YUV 164.65 159.8 130.39 -
System Red Green Blue C M Y K H S L
Decimal 168 152 221 0.24 0.31 0 0.13 253.91 0.5 0.73
Hex A8 98 DD 18 1F 0 D FE 32 49
Octal 250 230 335 30 37 0 15 376 62 111
Binary 10101000 10011000 11011101 11000 11111 0 1101 11111110 110010 1001001

Color Harmonies of #A898DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A898DD

Black with #A898DD

Text Example


Text Example

White with #A898DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A898DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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