Html Css Color HEX #A890DC Biloba Flower

📋 copy color: '#A890DC'

red 168 ◦ green 144 ◦ blue 220

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

Shades of Biloba Flower #A890DC

Tints of Biloba Flower #A890DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.35%

R = 31.58%
G = 27.07%
B = 41.35%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A890DC (or 0xA890DC) is known color: Biloba Flower. HEX triplet: A8, 90 and DC. RGB value is (168,144,220). Sum of RGB (Red+Green+Blue) = 168+144+220=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #A890DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A890DC is #576F23. Grayscale: #9F9F9F. Windows color (decimal): -5730084 or 14454952. OLE color: 14454952.

HSL color Cylindrical-coordinate representation of color #A890DC: hue angle of 258.95º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A890DC is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 144 220 -
CMYK 0.24 0.35 0 0.14
HSL 258.95º 0.52% 0.71% -
HSV(B) 258.95º 0.35% 0.86% -
XYZ 39.04 33.44 72.11 -
YUV 159.84 161.95 133.82 -
System Red Green Blue C M Y K H S L
Decimal 168 144 220 0.24 0.35 0 0.14 258.95 0.52 0.71
Hex A8 90 DC 18 23 0 E 103 34 47
Octal 250 220 334 30 43 0 16 403 64 107
Binary 10101000 10010000 11011100 11000 100011 0 1110 100000011 110100 1000111

Color Harmonies of #A890DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A890DC

Black with #A890DC

Text Example


Text Example

White with #A890DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A890DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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