Html Css Color HEX #A890D1 Biloba Flower

📋 copy color: '#A890D1'

red 168 ◦ green 144 ◦ blue 209

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

Shades of Biloba Flower #A890D1

Tints of Biloba Flower #A890D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.12%

R = 32.25%
G = 27.64%
B = 40.12%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A890D1 (or 0xA890D1) is known color: Biloba Flower. HEX triplet: A8, 90 and D1. RGB value is (168,144,209). Sum of RGB (Red+Green+Blue) = 168+144+209=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #A890D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A890D1 is #576F2E. Grayscale: #9E9E9E. Windows color (decimal): -5730095 or 13734056. OLE color: 13734056.

HSL color Cylindrical-coordinate representation of color #A890D1: hue angle of 262.15º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A890D1 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 144 209 -
CMYK 0.20 0.31 0 0.18
HSL 262.15º 0.41% 0.69% -
HSV(B) 262.15º 0.31% 0.82% -
XYZ 37.63 32.87 64.68 -
YUV 158.59 156.45 134.71 -
System Red Green Blue C M Y K H S L
Decimal 168 144 209 0.20 0.31 0 0.18 262.15 0.41 0.69
Hex A8 90 D1 14 1F 0 12 106 29 45
Octal 250 220 321 24 37 0 22 406 51 105
Binary 10101000 10010000 11010001 10100 11111 0 10010 100000110 101001 1000101

Color Harmonies of #A890D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A890D1

Black with #A890D1

Text Example


Text Example

White with #A890D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A890D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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