Html Css Color HEX #A890DA Biloba Flower

📋 copy color: '#A890DA'

red 168 ◦ green 144 ◦ blue 218

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

Shades of Biloba Flower #A890DA

Tints of Biloba Flower #A890DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.13%

R = 31.7%
G = 27.17%
B = 41.13%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A890DA (or 0xA890DA) is known color: Biloba Flower. HEX triplet: A8, 90 and DA. RGB value is (168,144,218). Sum of RGB (Red+Green+Blue) = 168+144+218=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #A890DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A890DA is #576F25. Grayscale: #9F9F9F. Windows color (decimal): -5730086 or 14323880. OLE color: 14323880.

HSL color Cylindrical-coordinate representation of color #A890DA: hue angle of 259.46º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A890DA is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 144 218 -
CMYK 0.23 0.34 0 0.15
HSL 259.46º 0.5% 0.71% -
HSV(B) 259.46º 0.34% 0.85% -
XYZ 38.78 33.33 70.72 -
YUV 159.61 160.95 133.98 -
System Red Green Blue C M Y K H S L
Decimal 168 144 218 0.23 0.34 0 0.15 259.46 0.5 0.71
Hex A8 90 DA 17 22 0 F 103 32 47
Octal 250 220 332 27 42 0 17 403 62 107
Binary 10101000 10010000 11011010 10111 100010 0 1111 100000011 110010 1000111

Color Harmonies of #A890DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A890DA

Black with #A890DA

Text Example


Text Example

White with #A890DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A890DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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