Html Css Color HEX #A890DD Biloba Flower

📋 copy color: '#A890DD'

red 168 ◦ green 144 ◦ blue 221

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

Shades of Biloba Flower #A890DD

Tints of Biloba Flower #A890DD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.02%

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

R = 31.52%
G = 27.02%
B = 41.46%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A890DD (or 0xA890DD) is known color: Biloba Flower. HEX triplet: A8, 90 and DD. RGB value is (168,144,221). Sum of RGB (Red+Green+Blue) = 168+144+221=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 144 (56.64% from 255 or 27.02% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #A890DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A890DD is #576F22. Grayscale: #9F9F9F. Windows color (decimal): -5730083 or 14520488. OLE color: 14520488.

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

Color convert

RGB 168 144 221 -
CMYK 0.24 0.35 0 0.13
HSL 258.7º 0.53% 0.72% -
HSV(B) 258.7º 0.35% 0.87% -
XYZ 39.17 33.49 72.81 -
YUV 159.95 162.45 133.74 -
System Red Green Blue C M Y K H S L
Decimal 168 144 221 0.24 0.35 0 0.13 258.7 0.53 0.72
Hex A8 90 DD 18 23 0 D 103 35 48
Octal 250 220 335 30 43 0 15 403 65 110
Binary 10101000 10010000 11011101 11000 100011 0 1101 100000011 110101 1001000

Color Harmonies of #A890DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A890DD

Black with #A890DD

Text Example


Text Example

White with #A890DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A890DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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