Html Css Color HEX #A890D2 Biloba Flower

📋 copy color: '#A890D2'

red 168 ◦ green 144 ◦ blue 210

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

Shades of Biloba Flower #A890D2

Tints of Biloba Flower #A890D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.23%

R = 32.18%
G = 27.59%
B = 40.23%

CMYK

 C value IS 0.2

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A890D2 (or 0xA890D2) is known color: Biloba Flower. HEX triplet: A8, 90 and D2. RGB value is (168,144,210). Sum of RGB (Red+Green+Blue) = 168+144+210=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 210 (82.42% from 255 or 40.23% from 522); Max value from RGB is 210 - color contains mainly: blue. Hex color #A890D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A890D2 is #576F2D. Grayscale: #9E9E9E. Windows color (decimal): -5730094 or 13799592. OLE color: 13799592.

HSL color Cylindrical-coordinate representation of color #A890D2: hue angle of 261.82º degrees, saturation: 0.42, 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 #A890D2 is Cyan = 0.2, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 144 210 -
CMYK 0.2 0.31 0 0.18
HSL 261.82º 0.42% 0.69% -
HSV(B) 261.82º 0.31% 0.82% -
XYZ 37.75 32.92 65.34 -
YUV 158.7 156.95 134.63 -
System Red Green Blue C M Y K H S L
Decimal 168 144 210 0.2 0.31 0 0.18 261.82 0.42 0.69
Hex A8 90 D2 14 1F 0 12 106 2A 45
Octal 250 220 322 24 37 0 22 406 52 105
Binary 10101000 10010000 11010010 10100 11111 0 10010 100000110 101010 1000101

Color Harmonies of #A890D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A890D2

Black with #A890D2

Text Example


Text Example

White with #A890D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A890D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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